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(true);
|
||||
ClearFontCache();
|
||||
CheckForMissingGlyphs();
|
||||
SetupWidgetDimensions();
|
||||
UpdateAllVirtCoords();
|
||||
ReInitAllWindows(true);
|
||||
|
|
Loading…
Reference in New Issue