mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-15 16:45:08 +01:00
Fix: Viewport virt coords not updated when sprite font toggled (#11784)
This commit is contained in:
parent
53fa54f8e9
commit
94e74a45c2
@ -575,6 +575,7 @@ struct GameOptionsWindow : Window {
|
|||||||
InitFontCache(true);
|
InitFontCache(true);
|
||||||
ClearFontCache();
|
ClearFontCache();
|
||||||
SetupWidgetDimensions();
|
SetupWidgetDimensions();
|
||||||
|
UpdateAllVirtCoords();
|
||||||
ReInitAllWindows(true);
|
ReInitAllWindows(true);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user