diff --git a/src/station_gui.cpp b/src/station_gui.cpp index 56910a91c5..0df74d0884 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -2332,7 +2332,7 @@ struct SelectStationWindow : Window { ~SelectStationWindow() { - if (_settings_client.gui.station_show_coverage) SetViewportCatchmentStation(nullptr, true); + SetViewportCatchmentStation(nullptr, true); _thd.freeze = false; }