diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 818fce129a..3ebf871beb 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -9,6 +9,7 @@ - Change: [#18381] Convert custom invisible paths to the built-in ones. - Fix: [#14312] Research ride type message incorrect. - Fix: [#17316] Sides of River Rapids’ corners overlay other parts of the track. +- Fix: [#17657] When switching from buying land rights to buying construction rights, grid disables and won't re-enable afterwards. - Fix: [#17763] Missing validation on invalid characters in file name. - Fix: [#17853] Invention name tears while being dragged. - Fix: [#18064] Unable to dismiss notification messages. diff --git a/src/openrct2-ui/windows/LandRights.cpp b/src/openrct2-ui/windows/LandRights.cpp index 65a57d9adb..5247e5a70e 100644 --- a/src/openrct2-ui/windows/LandRights.cpp +++ b/src/openrct2-ui/windows/LandRights.cpp @@ -80,6 +80,7 @@ public: void OnClose() override { + hide_gridlines(); if (gLandRemainingConstructionSales == 0) { hide_construction_rights(); @@ -318,7 +319,6 @@ public: void OnToolAbort(WidgetIndex widgetIndex) override { - hide_gridlines(); if (_landRightsMode == LAND_RIGHTS_MODE_BUY_LAND) { hide_land_rights();