forked from mirror/OpenTTD
Change: Mark whole screen dirty when toggling font AA. (#11825)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user