mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-11 01:52:32 +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();
|
Config::Save();
|
||||||
Invalidate();
|
Invalidate();
|
||||||
windowMgr->InvalidateAll();
|
windowMgr->InvalidateAll();
|
||||||
|
WindowVisitEach([](WindowBase* w) { w->ResizeFrame(); });
|
||||||
break;
|
break;
|
||||||
case WIDX_ENLARGED_UI:
|
case WIDX_ENLARGED_UI:
|
||||||
Config::Get().interface.EnlargedUi ^= 1;
|
Config::Get().interface.EnlargedUi ^= 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user