Changeset 710:1a47a0bef14c


Ignore:
Timestamp:
10/25/15 10:02:26 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
cef
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

If there is no SimBrief data for the aircraft, skip SimBrief even if enabled
(re #279).

File:
1 edited

Legend:

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

    r708 r710  
    15961596    def _forwardClicked(self, button):
    15971597        """Called when the Forward button is clicked."""
     1598        if self._wizard.gui.flight.aircraft.simBriefData is None:
     1599            self._wizard.usingSimBrief = False
    15981600        if self._wizard.gui.config.useSimBrief and \
    15991601           self._wizard.usingSimBrief is not False:
Note: See TracChangeset for help on using the changeset viewer.