1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-25 15:39:09 +00:00

Fix #11791, e1f5be62: Run missing-glyph detection after toggling sprite font. (#11812)

This commit is contained in:
Michael Lutz
2024-01-17 00:00:26 +01:00
committed by GitHub
parent e7ba42ad4b
commit fd59393899

View File

@@ -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);