Changeset 7d8bebf in sasview for src/sas/qtgui/Plotting
- Timestamp:
- Oct 1, 2017 3:07:17 PM (7 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/PlotterBase.py
rdc5ef15 r7d8bebf 128 128 """ title setter """ 129 129 self._title = title 130 # Set the object name to satisfy the Squish object picker 131 self.canvas.setObjectName(title) 130 132 131 133 @property … … 271 273 # Please remove me from your database. 272 274 PlotHelper.deletePlot(PlotHelper.idOfPlot(self)) 275 273 276 # Notify the listeners 274 277 self.manager.communicator.activeGraphsSignal.emit(PlotHelper.currentPlots()) 278 275 279 event.accept() 276 280
Note: See TracChangeset
for help on using the changeset viewer.