Changeset 61a92d4 in sasview for src/sas/qtgui/Perspectives/Fitting/OptionsWidget.py
- Timestamp:
- Apr 28, 2017 7:26:55 AM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 28a09b0
- Parents:
- 0215e0a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/OptionsWidget.py
r180bd54 r61a92d4 141 141 #print "MODEL CHANGED for property: %s. The value is now: %s" % \ 142 142 # (MODEL[top.row()], str(self.model.item(top.row()).text())) 143 143 144 # update if there's something to update 144 if str(self.model.item(top.row()).text()): #and 'RANGE' in MODEL[top.row()]:145 if str(self.model.item(top.row()).text()): 145 146 self.plot_signal.emit() 146 147
Note: See TracChangeset
for help on using the changeset viewer.