Dirty whole screen when changing font AA state

This commit is contained in:
Jonathan G Rennison
2024-01-15 17:58:41 +00:00
parent bb22440ab7
commit da71a58a84

View File

@@ -604,7 +604,7 @@ struct GameOptionsWindow : Window {
_fcsettings.global_aa = !_fcsettings.global_aa; _fcsettings.global_aa = !_fcsettings.global_aa;
this->SetWidgetLoweredState(WID_GO_GUI_FONT_AA, _fcsettings.global_aa); this->SetWidgetLoweredState(WID_GO_GUI_FONT_AA, _fcsettings.global_aa);
this->SetDirty(); MarkWholeScreenDirty();
ClearFontCache(); ClearFontCache();
break; break;