Ignore:
Timestamp:
02/17/13 12:41:47 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
xplane
Phase:
public
Message:

Added check for the existence of X-FMC and its status and disabling NAV2 and AP heading when it is in LNAV mode

File:
1 edited

Legend:

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

    r428 r431  
    409409            self._adf1.set_text("-" if aircraftState.adf1 is None else aircraftState.adf1)
    410410            self._adf2.set_text("-" if aircraftState.adf2 is None else aircraftState.adf2)
    411             self._cog.set_text("%.2f%%" % (aircraftState.cog,))
     411            self._cog.set_text("%.2f%%" % (aircraftState.cog*100.0,))
    412412
    413413#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.