Ignore:
File:
1 edited

Legend:

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

    r496 r431  
    376376            self._navLightsOn.set_sensitive(aircraftState.navLightsOn is True)
    377377            self._antiCollisionLightsOn.set_sensitive(aircraftState.antiCollisionLightsOn)
    378             self._strobeLightsOn.set_sensitive(aircraftState.strobeLightsOn is True)
     378            self._strobeLightsOn.set_sensitive(aircraftState.strobeLightsOn)
    379379
    380380            if self._previousState is None or \
Note: See TracChangeset for help on using the changeset viewer.