@@ -581,13 +581,13 @@ struct GameOptionsWindow : Window {
break;
case WID_GO_GUI_FONT_AA:
_fcsettings.global_aa = !_fcsettings.global_aa;
this->SetWidgetLoweredState(WID_GO_GUI_FONT_AA, _fcsettings.global_aa);
this->SetDirty();
MarkWholeScreenDirty();
ClearFontCache();
#endif /* HAS_TRUETYPE_FONT */
case WID_GO_GUI_SCALE:
Status change: