1
0
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:
Ted John
2022-01-19 09:23:44 +00:00
committed by GitHub
parent 8e8f2be93f
commit 992ece4a4c
2 changed files with 9 additions and 0 deletions

View File

@@ -807,6 +807,14 @@ namespace OpenRCT2::Ui::Windows
}
}
}
else
{
RemoveViewport();
}
}
else
{
RemoveViewport();
}
}