Ignore:
Timestamp:
Nov 12, 2018 4:47:59 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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 04:34:14)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (11/12/18 04:47:59)
Message:

Merged ESS_GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    r17e2d502 r133812c7  
    24482448 
    24492449        # If multiple rows selected - toggle all of them, filtering uncheckable 
    2450         # Switch off signaling from the model to avoid recursion 
    2451         self._model_model.blockSignals(True) 
    24522450        # Convert to proper indices and set requested enablement 
    24532451        self.setParameterSelection(status) 
    2454         self._model_model.blockSignals(False) 
    24552452 
    24562453        # update the list of parameters to fit 
Note: See TracChangeset for help on using the changeset viewer.