Changeset 1071:1a5ab6d7fe1b for src
- Timestamp:
- 12/24/22 08:39:53 (23 months ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/flight.py
r1055 r1071 1218 1218 """Update the sensitivity of the Next button.""" 1219 1219 sensitive = len(self._flightList.selectedIndexes)==1 and \ 1220 not self._pendingFlightsWindowShown 1220 len(self._flights)>0 and \ 1221 not self._pendingFlightsWindowShown 1221 1222 if sensitive: 1222 1223 flight = self._getSelectedFlight()
Note:
See TracChangeset
for help on using the changeset viewer.