Changeset eb1a386 in sasview for src/sas/qtgui/Perspectives/Fitting
- Timestamp:
- Jan 24, 2018 3:52:41 AM (7 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:
- 116dd4c1
- Parents:
- 0764593
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/ConstraintWidget.py
r0764593 reb1a386 142 142 is_good_moniker = self.validateMoniker(new_moniker) 143 143 if not is_good_moniker: 144 self.tblTabList.blockSignals(True) 144 145 item.setBackground(QtCore.Qt.red) 146 self.tblTabList.blockSignals(False) 145 147 self.cmdFit.setEnabled(False) 146 148 return
Note: See TracChangeset
for help on using the changeset viewer.