Refresh trace restrict slots window as with the train list window

This commit is contained in:
Jonathan G Rennison
2018-08-15 19:38:56 +01:00
parent acdeaa715e
commit 60cc1a48ac
6 changed files with 14 additions and 0 deletions

View File

@@ -2011,6 +2011,7 @@ bool ReadLanguagePack(const LanguageMetadata *lang)
#endif /* ENABLE_NETWORK */
InvalidateWindowClassesData(WC_BUILD_VEHICLE); // Build vehicle window.
InvalidateWindowClassesData(WC_TRAINS_LIST); // Train group window.
InvalidateWindowClassesData(WC_TRACE_RESTRICT_SLOTS);// Trace restrict slots window.
InvalidateWindowClassesData(WC_ROADVEH_LIST); // Road vehicle group window.
InvalidateWindowClassesData(WC_SHIPS_LIST); // Ship group window.
InvalidateWindowClassesData(WC_AIRCRAFT_LIST); // Aircraft group window.