Changeset - r28459:d9958d470fd0
[Not reviewed]
master
0 1 0
Jonathan G Rennison - 4 months ago 2024-01-15 18:16:04
j.g.rennison@gmail.com
Fix: Viewport virt coords not updated when sprite font toggled (#11784)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/settings_gui.cpp
Show inline comments
 
@@ -575,6 +575,7 @@ struct GameOptionsWindow : Window {
 
				InitFontCache(true);
 
				ClearFontCache();
 
				SetupWidgetDimensions();
 
				UpdateAllVirtCoords();
 
				ReInitAllWindows(true);
 
				break;
 

	
0 comments (0 inline, 0 general)