1
0
Fork 0

Fix: Viewport virt coords not updated when sprite font toggled

pull/11784/head
Jonathan G Rennison 2024-01-15 17:25:05 +00:00
parent 53fa54f8e9
commit d3355a12c7
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ struct GameOptionsWindow : Window {
InitFontCache(true);
ClearFontCache();
SetupWidgetDimensions();
UpdateAllVirtCoords();
ReInitAllWindows(true);
break;