Changeset 116260a in sasview for src/sas/qtgui/Plotter2D.py
- Timestamp:
- Apr 3, 2017 4:04:26 AM (8 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:
- f182f93
- Parents:
- 9f25bce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotter2D.py
r9f25bce r116260a 49 49 self.vmin = None 50 50 self.vmax = None 51 52 self.manager = manager 51 53 52 54 @property … … 277 279 variant_plot = QtCore.QVariant(new_plot) 278 280 GuiUtils.updateModelItemWithPlot(self._item, variant_plot, new_plot.id) 281 self.manager.communicator.plotUpdateSignal.emit([new_plot]) 279 282 280 283 def setSlicer(self, slicer):
Note: See TracChangeset
for help on using the changeset viewer.