mirror of https://github.com/OpenTTD/OpenTTD
(svn r16794) -Fix (r16752): setting coverage area highlight in the airport selection window didn't take effect immediatly
parent
9a1f3d281b
commit
fff3bae83d
|
@ -293,7 +293,7 @@ public:
|
||||||
this->SetWidgetLoweredState(BAW_BTN_DONTHILIGHT, !_settings_client.gui.station_show_coverage);
|
this->SetWidgetLoweredState(BAW_BTN_DONTHILIGHT, !_settings_client.gui.station_show_coverage);
|
||||||
this->SetWidgetLoweredState(BAW_BTN_DOHILIGHT, _settings_client.gui.station_show_coverage);
|
this->SetWidgetLoweredState(BAW_BTN_DOHILIGHT, _settings_client.gui.station_show_coverage);
|
||||||
SndPlayFx(SND_15_BEEP);
|
SndPlayFx(SND_15_BEEP);
|
||||||
this->SetDirty();
|
this->SelectOtherAirport(_selected_airport_type);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue