Fix: Properly invalidate mouse-over station coverage highlight (#8263)

This commit is contained in:
Łukasz Hryniuk
2020-08-09 18:53:55 +01:00
committed by Charles Pigott
parent cb5a1300ac
commit a9aa636b40
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -448,6 +448,7 @@ public:
this->LowerWidget(_settings_client.gui.station_show_coverage + BDSW_LT_OFF);
if (_settings_client.sound.click_beep) SndPlayFx(SND_15_BEEP);
this->SetDirty();
SetViewportCatchmentStation(nullptr, true);
break;
}
}