From 36722592b49aa7424bcfe91700d49197311469d9 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sat, 11 Feb 2023 17:19:13 +0000 Subject: [PATCH] Fix scrollbars of text windows not being inited at window creation --- src/strings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/strings.cpp b/src/strings.cpp index 968273525f..ab373f7acb 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -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) /*