Changeset 1086:54924f6e0818


Ignore:
Timestamp:
03/19/23 13:28:08 (13 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The Next button's sensitivity on the SimBrief setup page is updated when the checkbox for using the internal browser is clicked.

File:
1 edited

Legend:

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

    r1085 r1086  
    34883488        self._password.set_sensitive(useInternalBrowserForSimBrief)
    34893489        self._rememberButton.set_sensitive(useInternalBrowserForSimBrief)
     3490        self._updateForwardButton()
    34903491
    34913492    def _handleTime(self, simulatorNow):
     
    35063507            self._wizard.landingRunway = landingRunway
    35073508
     3509        self._useInternalBrowser.set_sensitive(False)
    35083510        self._userName.set_sensitive(False)
    35093511        self._password.set_sensitive(False)
Note: See TracChangeset for help on using the changeset viewer.