Fix: Update widget dimensions before updating viewport signs. (#11611)

Viewport signs used fullbevel WidgetDimensions before it was updated for the new interface scale.
wip-string
Peter Nelson 5 months ago committed by GitHub
parent 2d3af14181
commit c1afbc9415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save