Changeset 02e7d3a in sasview
- Timestamp:
- Jul 19, 2018 4:50:29 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- e4335ae, a2b74bb
- Parents:
- 6b75aee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingPerspective.py
r6b75aee r02e7d3a 130 130 self.addTab(tab, icon, tab_name) 131 131 # Show the new tab 132 self.setCurrent Index(self.maxIndex-1)132 self.setCurrentWidget(tab); 133 133 # Notify listeners 134 134 self.tabsModifiedSignal.emit()
Note: See TracChangeset
for help on using the changeset viewer.