Fix station catchment overlay not being cleared when distant join window closed
This commit is contained in:
@@ -2332,7 +2332,7 @@ struct SelectStationWindow : Window {
|
||||
|
||||
~SelectStationWindow()
|
||||
{
|
||||
if (_settings_client.gui.station_show_coverage) SetViewportCatchmentStation(nullptr, true);
|
||||
SetViewportCatchmentStation(nullptr, true);
|
||||
|
||||
_thd.freeze = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user