diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/newgrf_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_gui.cpp b/src/newgrf_gui.cpp index 290f30e88..4570cab67 100644 --- a/src/newgrf_gui.cpp +++ b/src/newgrf_gui.cpp @@ -632,6 +632,7 @@ struct NewGRFWindow : public QueryStringBaseWindow { this->avails.ForceRebuild(); this->InvalidateData(1); this->DeleteChildWindows(WC_QUERY_STRING); // Remove the parameter query window + InvalidateWindowClassesData(WC_SAVELOAD); break; } } |