Changeset - r28490:d0d91c46b3b1
[Not reviewed]
master
0 1 0
Michael Lutz - 3 months ago 2024-01-16 23:00:26
michi@icosahedron.de
Fix #11791, e1f5be62: Run missing-glyph detection after toggling sprite font. (#11812)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/settings_gui.cpp
Show inline comments
 
@@ -574,6 +574,7 @@ struct GameOptionsWindow : Window {
 
				InitFontCache(false);
 
				InitFontCache(true);
 
				ClearFontCache();
 
				CheckForMissingGlyphs();
 
				SetupWidgetDimensions();
 
				UpdateAllVirtCoords();
 
				ReInitAllWindows(true);
0 comments (0 inline, 0 general)