diff options
author | frosch <frosch@openttd.org> | 2012-11-11 16:10:43 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-11-11 16:10:43 +0000 |
commit | 03736af2aee50db4e36c2cd9127085630f82cd4b (patch) | |
tree | 417a584e588daf08f7a9a4f00a5883c48d6fae8d /src/osk_gui.cpp | |
parent | cd5525386519d878aade98c6708500f170c30e31 (diff) | |
download | openttd-03736af2aee50db4e36c2cd9127085630f82cd4b.tar.xz |
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
Diffstat (limited to 'src/osk_gui.cpp')
-rw-r--r-- | src/osk_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osk_gui.cpp b/src/osk_gui.cpp index 9724a6c46..19214af1f 100644 --- a/src/osk_gui.cpp +++ b/src/osk_gui.cpp @@ -366,7 +366,7 @@ static const NWidgetPart _nested_osk_widgets[] = { static const WindowDesc _osk_desc( WDP_CENTER, 0, 0, WC_OSK, WC_NONE, - WDF_UNCLICK_BUTTONS, + 0, _nested_osk_widgets, lengthof(_nested_osk_widgets) ); |