Changeset 9f25bce in sasview for src/sas/qtgui/Plotter2D.py


Ignore:
Timestamp:
Mar 31, 2017 9:32:19 AM (8 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:
116260a
Parents:
4ff5e35
Message:

Towards more 1D plots responding to data change.
Minor bug fixes.

File:
1 edited

Legend:

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

    r0274aea r9f25bce  
    277277        variant_plot = QtCore.QVariant(new_plot) 
    278278        GuiUtils.updateModelItemWithPlot(self._item, variant_plot, new_plot.id) 
    279         # TODO: force immediate display (?) 
    280279 
    281280    def setSlicer(self, slicer): 
Note: See TracChangeset for help on using the changeset viewer.