1
0
Fork 0

Change: Mark whole screen dirty when toggling font AA.

pull/11825/head
Peter Nelson 2024-01-17 22:09:11 +00:00
parent 47c0184a0b
commit d85f944b8a
No known key found for this signature in database
GPG Key ID: 8EF8F0A467DF75ED
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;