Changeset a7067ef2 in sasview


Ignore:
Timestamp:
Oct 26, 2017 5:47:59 AM (6 years ago)
Author:
Adam Washington <adam.washington@…>
Children:
ff2b961
Parents:
ecdf172
Message:

Make Fitting the default perspective

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/DataExplorer.py

    r88e1f57 ra7067ef2  
    159159            self.cbFitting.clear() 
    160160            self.cbFitting.addItems(available_perspectives) 
     161            for idx, p in enumerate(available_perspectives): 
     162                if p=="Fitting": 
     163                    self.cbFitting.setCurrentIndex(idx) 
    161164        self.cbFitting.currentIndexChanged.connect(self.updatePerspectiveCombo) 
    162165        # Set the index so we see the default (Fitting) 
Note: See TracChangeset for help on using the changeset viewer.