Ignore:
Timestamp:
12/21/12 15:44:59 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added the new Cruise page where the cruise level can be modified (#160)

File:
1 edited

Legend:

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

    r349 r383  
    263263
    264264    @property
     265    def loggableCruiseAltitude(self):
     266        """Get the cruise altitude that can be logged."""
     267        return self._wizard.loggableCruiseAltitude
     268
     269    @property
    265270    def route(self):
    266271        """Get the flight route."""
     
    890895        """Called when the cruise level is changed in the flight wizard."""
    891896        if self._flight is not None:
    892             self._flight.cruiseLevelChanged()
     897            return self._flight.cruiseLevelChanged()
     898        else:
     899            return False
    893900
    894901    def _buildMenuBar(self, accelGroup):
Note: See TracChangeset for help on using the changeset viewer.