mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
@@ -15,6 +15,7 @@
|
||||
- Fix: [#22284] Unrated rides cause high amount of nausea.
|
||||
- Fix: [#22304] Graphs don't draw lines on the left edge of the screen.
|
||||
- Fix: [#22318] Water sparkles are missing if transparent water is enabled without RCT1 linked.
|
||||
- Fix: [#22333] Tile inspector closes other tool windows.
|
||||
|
||||
0.4.12 (2024-07-07)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@@ -721,7 +721,8 @@ static uint64_t PageDisabledWidgets[] = {
|
||||
|
||||
void OnClose() override
|
||||
{
|
||||
ToolCancel();
|
||||
if (gCurrentToolWidget.window_classification == WindowClass::TileInspector)
|
||||
ToolCancel();
|
||||
TileElement* const elem = OpenRCT2::TileInspector::GetSelectedElement();
|
||||
if (elem != nullptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user