Changeset 133812c7 in sasview for src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
- Timestamp:
- Nov 12, 2018 6:47:59 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:
- e5ae812
- Parents:
- ebcdb02
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (10/31/18 06:34:14)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (11/12/18 06:47:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r17e2d502 r133812c7 2448 2448 2449 2449 # If multiple rows selected - toggle all of them, filtering uncheckable 2450 # Switch off signaling from the model to avoid recursion2451 self._model_model.blockSignals(True)2452 2450 # Convert to proper indices and set requested enablement 2453 2451 self.setParameterSelection(status) 2454 self._model_model.blockSignals(False)2455 2452 2456 2453 # update the list of parameters to fit
Note: See TracChangeset
for help on using the changeset viewer.