Changeset 21e71f1 in sasview for src/sas/qtgui/Plotting/Plotter2D.py


Ignore:
Timestamp:
Nov 21, 2018 8:39:24 AM (5 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:
f2e199e
Parents:
44c15fc (diff), fb39f28 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'ESS_GUI_project_save' into ESS_GUI

File:
1 edited

Legend:

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

    rc30822c r21e71f1  
    330330        self.manager.communicator.plotUpdateSignal.emit([new_plot]) 
    331331 
     332        self.manager.communicator.forcePlotDisplaySignal.emit([item, new_plot]) 
     333 
     334        # Show the plot 
     335 
    332336    def setSlicer(self, slicer): 
    333337        """ 
Note: See TracChangeset for help on using the changeset viewer.