Fix scrollbars of text windows not being inited at window creation

pull/484/head
Jonathan G Rennison 1 year ago
parent c0c9c66f7b
commit 36722592b4

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

Loading…
Cancel
Save