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


Ignore:
Timestamp:
Oct 1, 2018 9:22:15 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:
b8745fa
Parents:
0d2629f
git-author:
Piotr Rozyczko <piotr.rozyczko@…> (10/01/18 09:19:42)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (10/01/18 09:22:15)
Message:

Fixed freeze on theory curves - SASVIEW-1185

File:
1 edited

Legend:

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

    r34f13a83 re2e5f3d  
    467467        """ 
    468468        plot = self.plot_dict[id] 
    469         self.manager.add_data(data_list=[plot]) 
     469        self.manager.add_data(data_list={id:plot}) 
     470        self.manager.freezeDataToItem(plot) 
    470471 
    471472    def onModifyPlot(self, id): 
Note: See TracChangeset for help on using the changeset viewer.