Changeset 62c6dc0 in sasview for src/sas/qtgui/Perspectives
- Timestamp:
- Sep 29, 2018 5:38:05 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:
- 5ffb7a7, 085ee014
- Parents:
- 7385fec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
rd4216ac r62c6dc0 3069 3069 # no info about limits 3070 3070 pass 3071 # don't update the kernel here - this data is display only 3072 self._model_model.blockSignals(True) 3071 3073 item3.setText(str(shell_min)) 3072 3074 item4.setText(str(shell_max)) 3075 self._model_model.blockSignals(False) 3073 3076 3074 3077 # Respond to index change
Note: See TracChangeset
for help on using the changeset viewer.