Changeset 3b95b3b in sasview for src/sas/qtgui/Plotting/Plotter.py


Ignore:
Timestamp:
Oct 3, 2018 9:11:11 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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:
e258c53
Parents:
34e5170
Message:

Add timestamp to the data frozen from the chart menu. SASVIEW-1185

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/Plotter.py

    re2e5f3d r3b95b3b  
    467467        """ 
    468468        plot = self.plot_dict[id] 
     469        plot = copy.deepcopy(plot) 
    469470        self.manager.add_data(data_list={id:plot}) 
    470471        self.manager.freezeDataToItem(plot) 
Note: See TracChangeset for help on using the changeset viewer.