Change: Mark whole screen dirty when toggling font AA. (#11825)

This commit is contained in:
2024-01-17 23:04:07 +00:00
committed by GitHub
parent 4cc97e04e6
commit 7faa3848de

View File

@@ -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;