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

pull/642/head
Michael Lutz 5 months ago committed by GitHub
parent e7ba42ad4b
commit fd59393899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -574,6 +574,7 @@ struct GameOptionsWindow : Window {
InitFontCache(false);
InitFontCache(true);
ClearFontCache();
CheckForMissingGlyphs();
SetupWidgetDimensions();
UpdateAllVirtCoords();
ReInitAllWindows(true);

Loading…
Cancel
Save