From 0b4c2e9493e68bd44bd288d40c004427ec8444a6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 12 Sep 2008 17:38:57 +0000 Subject: [PATCH] (svn r14299) -Fix: disable 'toggle palette' when no NewGRF has been selected. --- src/newgrf_gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/newgrf_gui.cpp b/src/newgrf_gui.cpp index b23136e0b9..34ff973af4 100644 --- a/src/newgrf_gui.cpp +++ b/src/newgrf_gui.cpp @@ -380,6 +380,7 @@ struct NewGRFWindow : public Window { WIDGET_LIST_END ); this->SetWidgetDisabledState(SNGRFS_SET_PARAMETERS, !this->show_params || disable_all); + this->SetWidgetDisabledState(SNGRFS_TOGGLE_PALETTE, disable_all); if (!disable_all) { /* All widgets are now enabled, so disable widgets we can't use */