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

pull/642/head
Peter Nelson 5 months ago committed by GitHub
parent 4cc97e04e6
commit 7faa3848de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save