File diff r28501:0cf4ddc7b995 → r28502:33497dc56e8b
src/settings_gui.cpp
Show inline comments
 
@@ -584,7 +584,7 @@ struct GameOptionsWindow : Window {
 
				_fcsettings.global_aa = !_fcsettings.global_aa;
 

	
 
				this->SetWidgetLoweredState(WID_GO_GUI_FONT_AA, _fcsettings.global_aa);
 
				this->SetDirty();
 
				MarkWholeScreenDirty();
 

	
 
				ClearFontCache();
 
				break;