Changeset b67bfa7 in sasview for src/sas/qtgui/Perspectives
- Timestamp:
- Jun 22, 2017 3:22:05 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:
- 6ff2eb3
- Parents:
- 689222c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingOptions.py
r85487ebd rb67bfa7 133 133 self.assignValidators() 134 134 135 # OK has to be reinitialized to True 136 self.buttonBox.button(QtGui.QDialogButtonBox.Ok).setEnabled(True) 137 135 138 def onApply(self): 136 139 """
Note: See TracChangeset
for help on using the changeset viewer.