1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 20:19:11 +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(true);
ClearFontCache();
CheckForMissingGlyphs();
SetupWidgetDimensions();
UpdateAllVirtCoords();
ReInitAllWindows(true);