From e41c2e128bb8177613d664eddee9f7396d6ae842 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 15 Nov 2009 20:37:13 +0000 Subject: (svn r18109) -Fix: Up-/down-buttons of CreateScenarioWindow were not raised again. --- src/genworld_gui.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src') diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp index 98ffa9e82..5cc6ee931 100644 --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -987,6 +987,17 @@ struct CreateScenarioWindow : public Window } } + virtual void OnTimeout() + { + static const int raise_widgets[] = {CSCEN_START_DATE_DOWN, CSCEN_START_DATE_UP, CSCEN_FLAT_LAND_HEIGHT_DOWN, CSCEN_FLAT_LAND_HEIGHT_UP, WIDGET_LIST_END}; + for (const int *widget = raise_widgets; *widget != WIDGET_LIST_END; widget++) { + if (this->IsWidgetLowered(*widget)) { + this->RaiseWidget(*widget); + this->SetWidgetDirty(*widget); + } + } + } + virtual void OnDropdownSelect(int widget, int index) { switch (widget) { -- cgit v1.2.3-70-g09d2