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

Cruise level changes are logged

File:
1 edited

Legend:

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

    r303 r304  
    858858            self.simulator.stopMonitoring()
    859859            self._monitoring = False
     860
     861    def cruiseLevelChanged(self):
     862        """Called when the cruise level is changed in the flight wizard."""
     863        if self._flight is not None:
     864            self._flight.cruiseLevelChanged()
    860865
    861866    def _buildMenuBar(self, accelGroup):
Note: See TracChangeset for help on using the changeset viewer.