mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Update existing windows when toggling 'window buttons on the left' (#24237)
This commit is contained in:
@@ -1612,6 +1612,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
Config::Save();
|
||||
Invalidate();
|
||||
windowMgr->InvalidateAll();
|
||||
WindowVisitEach([](WindowBase* w) { w->ResizeFrame(); });
|
||||
break;
|
||||
case WIDX_ENLARGED_UI:
|
||||
Config::Get().interface.EnlargedUi ^= 1;
|
||||
|
||||
Reference in New Issue
Block a user