mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Fix #16449: Viewport doesn't close when switching tabs
This commit is contained in:
@@ -807,6 +807,14 @@ namespace OpenRCT2::Ui::Windows
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
RemoveViewport();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
RemoveViewport();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user