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

This commit is contained in:
Peter Nelson 2024-01-17 23:04:07 +00:00 committed by GitHub
parent 4cc97e04e6
commit 7faa3848de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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;