Changeset - r28459:d9958d470fd0
[Not reviewed]
master
0 1 0
Jonathan G Rennison - 9 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
 
@@ -572,12 +572,13 @@ struct GameOptionsWindow : Window {
 
				this->SetDirty();
 

	
 
				InitFontCache(false);
 
				InitFontCache(true);
 
				ClearFontCache();
 
				SetupWidgetDimensions();
 
				UpdateAllVirtCoords();
 
				ReInitAllWindows(true);
 
				break;
 

	
 
			case WID_GO_GUI_FONT_AA:
 
				_fcsettings.global_aa = !_fcsettings.global_aa;
 

	
0 comments (0 inline, 0 general)