summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-03-11 21:53:46 +0000
committerbjarni <bjarni@openttd.org>2007-03-11 21:53:46 +0000
commit4cc3551ef2f9598a2267bd53cf65f672d4d77da3 (patch)
tree3b2dc7daa60eae1b6aa8a2e76b14a3f46e6f3348 /src/settings_gui.cpp
parent3cf65b8a08c51aca91e2d19de8dc625874a58cf1 (diff)
downloadopenttd-4cc3551ef2f9598a2267bd53cf65f672d4d77da3.tar.xz
(svn r9126) -Feature: "Function of scrollwheel" can now be set to off as well
Note: since this can be useful for all platforms, the GUI is no longer OSX specific. Note: scrolling lists is still unaffected by this setting
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index b8759c441..a536ad396 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -576,13 +576,11 @@ static const char *_patches_ui[] = {
"link_terraform_toolbar",
"liveries",
"prefer_teamchat",
-#if defined(__APPLE__)
/* While the horizontal scrollwheel scrolling is written as general code, only
* the cocoa (OSX) driver generates input for it.
- * Until some other driver will read this input, we will hide the GUI to control this from other systems. */
+ * Since it's also able to completely disable the scrollwheel will we display it on all platforms anyway */
"scrollwheel_scrolling",
"scrollwheel_multiplier",
-#endif
};
static const char *_patches_construction[] = {