Fix scrollbars of text windows not being inited at window creation

This commit is contained in:
Jonathan G Rennison
2023-02-11 17:19:13 +00:00
parent c0c9c66f7b
commit 36722592b4

View File

@@ -2605,6 +2605,7 @@ void CheckForMissingGlyphs(bool base_font, MissingGlyphSearcher *searcher)
/* Update the font with cache */ /* Update the font with cache */
LoadStringWidthTable(searcher->Monospace()); LoadStringWidthTable(searcher->Monospace());
ReInitAllWindows(false);
#if !defined(WITH_ICU_LX) && !defined(WITH_UNISCRIBE) && !defined(WITH_COCOA) #if !defined(WITH_ICU_LX) && !defined(WITH_UNISCRIBE) && !defined(WITH_COCOA)
/* /*