Changeset e4ebcb9 in sasview for src/sas/qtgui/Perspectives/Fitting/ViewDelegate.py
- Timestamp:
- Oct 25, 2017 9:29:44 AM (7 years ago)
- Children:
- dc7eedb1
- Parents:
- aae5f4c (diff), 02f1d12 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/ViewDelegate.py
r7ffa5ee9 r02f1d12 219 219 220 220 def editableParameters(self): 221 return [self.mag_ min, self.mag_max]221 return [self.mag_value, self.mag_min, self.mag_max] 222 222 223 223 def addErrorColumn(self):
Note: See TracChangeset
for help on using the changeset viewer.