From fd59393899867500032237a304e32132879bb919 Mon Sep 17 00:00:00 2001 From: Michael Lutz Date: Wed, 17 Jan 2024 00:00:26 +0100 Subject: [PATCH] Fix #11791, e1f5be62: Run missing-glyph detection after toggling sprite font. (#11812) --- src/settings_gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index d34368560a..07cdb6b808 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -574,6 +574,7 @@ struct GameOptionsWindow : Window { InitFontCache(false); InitFontCache(true); ClearFontCache(); + CheckForMissingGlyphs(); SetupWidgetDimensions(); UpdateAllVirtCoords(); ReInitAllWindows(true);