summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-11-11 16:10:43 +0000
committerfrosch <frosch@openttd.org>2012-11-11 16:10:43 +0000
commit03736af2aee50db4e36c2cd9127085630f82cd4b (patch)
tree417a584e588daf08f7a9a4f00a5883c48d6fae8d /src/settings_gui.cpp
parentcd5525386519d878aade98c6708500f170c30e31 (diff)
downloadopenttd-03736af2aee50db4e36c2cd9127085630f82cd4b.tar.xz
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index ecb647893..a51b7cb51 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -671,7 +671,7 @@ static const NWidgetPart _nested_game_options_widgets[] = {
static const WindowDesc _game_options_desc(
WDP_CENTER, 0, 0,
WC_GAME_OPTIONS, WC_NONE,
- WDF_UNCLICK_BUTTONS,
+ 0,
_nested_game_options_widgets, lengthof(_nested_game_options_widgets)
);
@@ -947,7 +947,7 @@ static const NWidgetPart _nested_game_difficulty_widgets[] = {
static const WindowDesc _game_difficulty_desc(
WDP_CENTER, 0, 0,
WC_GAME_OPTIONS, WC_NONE,
- WDF_UNCLICK_BUTTONS,
+ 0,
_nested_game_difficulty_widgets, lengthof(_nested_game_difficulty_widgets)
);
@@ -2484,7 +2484,7 @@ static const NWidgetPart _nested_settings_selection_widgets[] = {
static const WindowDesc _settings_selection_desc(
WDP_CENTER, 510, 450,
WC_GAME_OPTIONS, WC_NONE,
- WDF_UNCLICK_BUTTONS,
+ 0,
_nested_settings_selection_widgets, lengthof(_nested_settings_selection_widgets)
);
@@ -2777,7 +2777,7 @@ static const NWidgetPart _nested_cust_currency_widgets[] = {
static const WindowDesc _cust_currency_desc(
WDP_CENTER, 0, 0,
WC_CUSTOM_CURRENCY, WC_NONE,
- WDF_UNCLICK_BUTTONS,
+ 0,
_nested_cust_currency_widgets, lengthof(_nested_cust_currency_widgets)
);