diff --git a/src/newgrf_gui.cpp b/src/newgrf_gui.cpp index 13332ea6a1..907ade31de 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;