From fff3bae83d95b2238bc371829ef50ade385f3081 Mon Sep 17 00:00:00 2001 From: yexo Date: Sun, 12 Jul 2009 00:14:30 +0000 Subject: (svn r16794) -Fix (r16752): setting coverage area highlight in the airport selection window didn't take effect immediatly --- src/airport_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/airport_gui.cpp b/src/airport_gui.cpp index f2714dac7..a8d657736 100644 --- a/src/airport_gui.cpp +++ b/src/airport_gui.cpp @@ -293,7 +293,7 @@ public: this->SetWidgetLoweredState(BAW_BTN_DONTHILIGHT, !_settings_client.gui.station_show_coverage); this->SetWidgetLoweredState(BAW_BTN_DOHILIGHT, _settings_client.gui.station_show_coverage); SndPlayFx(SND_15_BEEP); - this->SetDirty(); + this->SelectOtherAirport(_selected_airport_type); break; } } -- cgit v1.2.3-54-g00ecf