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
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(true);
ClearFontCache();
CheckForMissingGlyphs();
SetupWidgetDimensions();
UpdateAllVirtCoords();
ReInitAllWindows(true);