Changeset - r12359:3e8150d5ca12
[Not reviewed]
master
0 1 0
yexo - 15 years ago 2009-07-12 00:14:30
yexo@openttd.org
(svn r16794) -Fix (r16752): setting coverage area highlight in the airport selection window didn't take effect immediatly
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/airport_gui.cpp
Show inline comments
 
@@ -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;
 
		}
 
	}
0 comments (0 inline, 0 general)