Changeset 678:227bc487fb5d for src/mlx/gui
- Timestamp:
- 09/17/15 06:55:01 (9 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/monitor.py
r661 r678 387 387 self._landingLightsOn.set_sensitive(aircraftState.landingLightsOn is True) 388 388 389 self._pitotHeatOn.set_sensitive(aircraftState.pitotHeatOn )389 self._pitotHeatOn.set_sensitive(aircraftState.pitotHeatOn is True) 390 390 self._parking.set_sensitive(aircraftState.parking) 391 391 self._gearControlDown.set_sensitive(aircraftState.gearControlDown)
Note:
See TracChangeset
for help on using the changeset viewer.