mirror of https://github.com/OpenTTD/OpenTTD
Fix e1f5be62: Run missing-glyph detection after toggling sprite font.
parent
7737aa6640
commit
d8c4afe55f
|
@ -574,6 +574,7 @@ struct GameOptionsWindow : Window {
|
||||||
InitFontCache(false);
|
InitFontCache(false);
|
||||||
InitFontCache(true);
|
InitFontCache(true);
|
||||||
ClearFontCache();
|
ClearFontCache();
|
||||||
|
CheckForMissingGlyphs();
|
||||||
SetupWidgetDimensions();
|
SetupWidgetDimensions();
|
||||||
UpdateAllVirtCoords();
|
UpdateAllVirtCoords();
|
||||||
ReInitAllWindows(true);
|
ReInitAllWindows(true);
|
||||||
|
|
Loading…
Reference in New Issue