Dirty whole screen when changing font AA state
This commit is contained in:
@@ -604,7 +604,7 @@ struct GameOptionsWindow : Window {
|
|||||||
_fcsettings.global_aa = !_fcsettings.global_aa;
|
_fcsettings.global_aa = !_fcsettings.global_aa;
|
||||||
|
|
||||||
this->SetWidgetLoweredState(WID_GO_GUI_FONT_AA, _fcsettings.global_aa);
|
this->SetWidgetLoweredState(WID_GO_GUI_FONT_AA, _fcsettings.global_aa);
|
||||||
this->SetDirty();
|
MarkWholeScreenDirty();
|
||||||
|
|
||||||
ClearFontCache();
|
ClearFontCache();
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user