Changeset 88ada06 in sasview for src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
- Timestamp:
- Sep 7, 2018 4:57:51 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- a758043
- Parents:
- 04ce9ac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r04f775d r88ada06 2709 2709 self._model_model.removeRows(last_row, remove_rows) 2710 2710 2711 FittingUtilities.addShellsToModel(self.model_parameters, self._model_model, index) 2711 FittingUtilities.addShellsToModel( 2712 self.model_parameters, 2713 self._model_model, 2714 self.lstParams, 2715 index) 2716 2712 2717 self.current_shell_displayed = index 2713 2718
Note: See TracChangeset
for help on using the changeset viewer.