Ignore:
Timestamp:
Sep 9, 2018 1:30:42 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
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
Message:

uncomment deleteRedundantPlots

File:
1 edited

Legend:

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

    r5d28d6b r0dcb71d  
    24242424 
    24252425        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) 
    24272428            pass 
    24282429        else: 
Note: See TracChangeset for help on using the changeset viewer.