Changeset 661:765c05b17f7a for src/mlx/gui
- Timestamp:
- 08/08/15 07:42:56 (9 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/monitor.py
r496 r661 375 375 376 376 self._navLightsOn.set_sensitive(aircraftState.navLightsOn is True) 377 self._antiCollisionLightsOn.set_sensitive(aircraftState.antiCollisionLightsOn )377 self._antiCollisionLightsOn.set_sensitive(aircraftState.antiCollisionLightsOn is True) 378 378 self._strobeLightsOn.set_sensitive(aircraftState.strobeLightsOn is True) 379 379
Note:
See TracChangeset
for help on using the changeset viewer.