Changeset 710:1a47a0bef14c for src/mlx/gui
- Timestamp:
- 10/25/15 10:02:26 (9 years ago)
- Branch:
- cef
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/flight.py
r708 r710 1596 1596 def _forwardClicked(self, button): 1597 1597 """Called when the Forward button is clicked.""" 1598 if self._wizard.gui.flight.aircraft.simBriefData is None: 1599 self._wizard.usingSimBrief = False 1598 1600 if self._wizard.gui.config.useSimBrief and \ 1599 1601 self._wizard.usingSimBrief is not False:
Note:
See TracChangeset
for help on using the changeset viewer.