mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 09:09:09 +00:00
Fix e1f5be62
: Run missing-glyph detection after toggling sprite font.
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user