Changeset c149fba in sasview for src/sas/qtgui/Perspectives/Fitting
- Timestamp:
- Mar 26, 2019 12:36:09 PM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl
- Children:
- 0239237, dc3b34e
- Parents:
- 50b33d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
rf5e2a10a rc149fba 3109 3109 3110 3110 self.iterateOverModel(updateFunctionCaption) 3111 self.orig_poly_index = combo_box.currentIndex() 3111 if combo_box is not None: 3112 self.orig_poly_index = combo_box.currentIndex() 3112 3113 3113 3114 def loadPolydispArray(self, row_index):
Note: See TracChangeset
for help on using the changeset viewer.