1
0
Fork 0

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

pull/11814/head
Michael Lutz 2024-01-17 00:00:26 +01:00 committed by GitHub
parent e7ba42ad4b
commit fd59393899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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