Changeset 7d8bebf in sasview for src/sas/qtgui/Plotting


Ignore:
Timestamp:
Oct 1, 2017 3:07:17 PM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
4f790d2
Parents:
61a8b58
Message:

Some improvements in plot handling

File:
1 edited

Legend:

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

    rdc5ef15 r7d8bebf  
    128128        """ title setter """ 
    129129        self._title = title 
     130        # Set the object name to satisfy the Squish object picker 
     131        self.canvas.setObjectName(title) 
    130132 
    131133    @property 
     
    271273        # Please remove me from your database. 
    272274        PlotHelper.deletePlot(PlotHelper.idOfPlot(self)) 
     275 
    273276        # Notify the listeners 
    274277        self.manager.communicator.activeGraphsSignal.emit(PlotHelper.currentPlots()) 
     278 
    275279        event.accept() 
    276280 
Note: See TracChangeset for help on using the changeset viewer.