Ignore:
Timestamp:
03/23/13 09:09:18 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Refined the strobe light and takeoff handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/monitor.py

    r408 r480  
    371371            self._navLightsOn.set_sensitive(aircraftState.navLightsOn is True)
    372372            self._antiCollisionLightsOn.set_sensitive(aircraftState.antiCollisionLightsOn)
    373             self._strobeLightsOn.set_sensitive(aircraftState.strobeLightsOn)
     373            self._strobeLightsOn.set_sensitive(aircraftState.strobeLightsOn is True)
    374374
    375375            if self._previousState is None or \
Note: See TracChangeset for help on using the changeset viewer.