Fix: Viewport virt coords not updated when sprite font toggled (#11784)

This commit is contained in:
Jonathan G Rennison 2024-01-15 18:16:04 +00:00 committed by GitHub
parent 53fa54f8e9
commit 94e74a45c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;