# HG changeset patch # User Michael Lutz # Date 2024-01-16 23:00:26 # Node ID d0d91c46b3b1b17efa0cd91fb8ddc439aedc3dae # Parent a33c31b55bc185ea839329348368ebb3b9130b12 Fix #11791, e1f5be62: Run missing-glyph detection after toggling sprite font. (#11812) diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp --- 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);