Changeset 671d2fc8 in sasview


Ignore:
Timestamp:
Nov 1, 2018 2:43:25 AM (5 years ago)
Author:
piotr
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
Message:

Bugfix: Make the ticks in the checkboxes immediately appear on multi-line click. SASVIEW-1189

File:
1 edited

Legend:

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

    r0c83303 r671d2fc8  
    24302430 
    24312431        # If multiple rows selected - toggle all of them, filtering uncheckable 
    2432         # Switch off signaling from the model to avoid recursion 
    2433         self._model_model.blockSignals(True) 
    24342432        # Convert to proper indices and set requested enablement 
    24352433        self.setParameterSelection(status) 
    2436         self._model_model.blockSignals(False) 
    24372434 
    24382435        # update the list of parameters to fit 
Note: See TracChangeset for help on using the changeset viewer.