Changeset 671d2fc8 in sasview
- Timestamp:
- Nov 1, 2018 4:43:25 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- a0ad146
- Parents:
- 8479735
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r0c83303 r671d2fc8 2430 2430 2431 2431 # If multiple rows selected - toggle all of them, filtering uncheckable 2432 # Switch off signaling from the model to avoid recursion2433 self._model_model.blockSignals(True)2434 2432 # Convert to proper indices and set requested enablement 2435 2433 self.setParameterSelection(status) 2436 self._model_model.blockSignals(False)2437 2434 2438 2435 # update the list of parameters to fit
Note: See TracChangeset
for help on using the changeset viewer.