Changeset 0dcb71d in sasview for src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
- Timestamp:
- Sep 9, 2018 3:30:42 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:
- 9d23e4c, 2b8286c
- Parents:
- 61f0c75
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
r5d28d6b r0dcb71d 2424 2424 2425 2425 if self.data_is_loaded: 2426 #GuiUtils.deleteRedundantPlots(self.all_data[self.data_index], new_plots) 2426 # delete any plots associated with the data that were not updated (e.g. to remove beta(Q), S_eff(Q)) 2427 GuiUtils.deleteRedundantPlots(self.all_data[self.data_index], new_plots) 2427 2428 pass 2428 2429 else:
Note: See TracChangeset
for help on using the changeset viewer.