diff options
-rw-r--r-- | src/newgrf_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_gui.cpp b/src/newgrf_gui.cpp index 13332ea6a..907ade31d 100644 --- a/src/newgrf_gui.cpp +++ b/src/newgrf_gui.cpp @@ -269,7 +269,7 @@ public: DropDownListPresetItem(int result) : DropDownListItem(result, false) {} virtual ~DropDownListPresetItem() {} - + bool Selectable() const { return true; |