Do not call ReInitAllWindows from within LoadStringWidthTable

This commit is contained in:
Jonathan G Rennison
2023-01-29 10:31:28 +00:00
parent 98d7ba8b9d
commit 7a7c688b11
4 changed files with 6 additions and 2 deletions

View File

@@ -2577,6 +2577,7 @@ void CheckForMissingGlyphs(bool base_font, MissingGlyphSearcher *searcher)
/* Reset the font width */
LoadStringWidthTable(searcher->Monospace());
ReInitAllWindows(false);
return;
}