(svn r16687) -Codechange: Perform re-initialization of windows with nested widgets after a language change.

This commit is contained in:
alberth
2009-06-28 20:09:40 +00:00
parent d443e0c0a8
commit 194701b27a
4 changed files with 56 additions and 0 deletions

View File

@@ -323,6 +323,7 @@ struct GameOptionsWindow : Window {
CheckForMissingGlyphsInLoadedLanguagePack();
UpdateAllStationVirtCoord();
UpdateAllWaypointSigns();
ReInitAllWindows();
MarkWholeScreenDirty();
break;