Changeset a7067ef2 in sasview
- Timestamp:
- Oct 26, 2017 7:47:59 AM (7 years ago)
- Children:
- ff2b961
- Parents:
- ecdf172
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/DataExplorer.py
r88e1f57 ra7067ef2 159 159 self.cbFitting.clear() 160 160 self.cbFitting.addItems(available_perspectives) 161 for idx, p in enumerate(available_perspectives): 162 if p=="Fitting": 163 self.cbFitting.setCurrentIndex(idx) 161 164 self.cbFitting.currentIndexChanged.connect(self.updatePerspectiveCombo) 162 165 # Set the index so we see the default (Fitting)
Note: See TracChangeset
for help on using the changeset viewer.