Fix station catchment overlay not being cleared when distant join window closed

pull/171/head
Jonathan G Rennison 4 years ago
parent 5e7f42154d
commit 8112e012b6

@ -2332,7 +2332,7 @@ struct SelectStationWindow : Window {
~SelectStationWindow()
{
if (_settings_client.gui.station_show_coverage) SetViewportCatchmentStation(nullptr, true);
SetViewportCatchmentStation(nullptr, true);
_thd.freeze = false;
}

Loading…
Cancel
Save