Feature: Add existing station coverage area display when placing new station parts.

This commit is contained in:
peter1138
2019-03-30 16:58:40 +00:00
committed by Niels Martin Hansen
parent b6733edd17
commit 81f0f97406
7 changed files with 88 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ struct BuildDocksToolbarWindow : Window {
~BuildDocksToolbarWindow()
{
if (this->IsWidgetLowered(WID_DT_STATION)) SetViewportCatchmentStation(nullptr, true);
if (_settings_client.gui.link_terraform_toolbar) DeleteWindowById(WC_SCEN_LAND_GEN, 0, false);
}
@@ -248,6 +249,8 @@ struct BuildDocksToolbarWindow : Window {
void OnPlaceObjectAbort() override
{
if (this->IsWidgetLowered(WID_DT_STATION)) SetViewportCatchmentStation(nullptr, true);
this->RaiseButtons();
DeleteWindowById(WC_BUILD_STATION, TRANSPORT_WATER);