1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Force object selection window to close when changing scenes

This commit is contained in:
Aaron van Geffen
2025-03-23 15:13:40 +01:00
parent bcbc71eb72
commit 3747fd70d4
4 changed files with 31 additions and 1 deletions

View File

@@ -586,6 +586,10 @@ public:
{
switch (windowClass)
{
case WindowClass::EditorObjectSelection:
EditorObjectSelectionClose();
break;
case WindowClass::NetworkStatus:
WindowNetworkStatusClose();
break;