From c1afbc94157652262c044801233b5101fc2e24af Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Wed, 20 Dec 2023 22:10:05 +0000 Subject: [PATCH] Fix: Update widget dimensions before updating viewport signs. (#11611) Viewport signs used fullbevel WidgetDimensions before it was updated for the new interface scale. --- src/gfx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gfx.cpp b/src/gfx.cpp index c6562b8f09..4b1373cfcd 100644 --- a/src/gfx.cpp +++ b/src/gfx.cpp @@ -1993,6 +1993,7 @@ bool AdjustGUIZoom(bool automatic) ClearFontCache(); LoadStringWidthTable(); + SetupWidgetDimensions(); UpdateAllVirtCoords(); /* Adjust all window sizes to match the new zoom level, so that they don't appear