Changeset 469b4622 in sasview for src/sas/qtgui/DataExplorer.py


Ignore:
Timestamp:
Nov 7, 2016 5:50:04 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:
49e124c
Parents:
ca8b853
Message:

Minor perspective related work

File:
1 edited

Legend:

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

    rca8b853 r469b4622  
    311311            return 
    312312 
    313         # Dig up the item 
    314         data = selected_items 
    315  
    316313        # TODO 
    317314        # New plot or appended? 
    318315 
    319316        # Notify the GuiManager about the send request 
    320         self._perspective.setData(data_item=data) 
     317        self._perspective.setData(data_item=selected_items) 
    321318 
    322319    def freezeTheory(self, event): 
Note: See TracChangeset for help on using the changeset viewer.