Changeset 480:36a3391da8bf for src/mlx/gui
- Timestamp:
- 03/23/13 09:09:18 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/monitor.py
r408 r480 371 371 self._navLightsOn.set_sensitive(aircraftState.navLightsOn is True) 372 372 self._antiCollisionLightsOn.set_sensitive(aircraftState.antiCollisionLightsOn) 373 self._strobeLightsOn.set_sensitive(aircraftState.strobeLightsOn )373 self._strobeLightsOn.set_sensitive(aircraftState.strobeLightsOn is True) 374 374 375 375 if self._previousState is None or \
Note:
See TracChangeset
for help on using the changeset viewer.