Ignore:
Timestamp:
Oct 19, 2017 8:25:24 AM (7 years ago)
Author:
celinedurniak <celine.durniak@…>
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:
0c468bf
Parents:
d5c5d3d
Message:

Implemented comments from review for Data Operation Panel (ESS-GUI-SasView?-245)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/GuiManager.py

    rd5c5d3d rf0bb711  
    534534        """ 
    535535        """ 
    536         self.communicate.sendDataToPanel.emit(self._data_manager.get_all_data()) 
     536        self.communicate.sendDataToPanelSignal.emit(self._data_manager.get_all_data()) 
    537537 
    538538        self.DataOperation.show() 
Note: See TracChangeset for help on using the changeset viewer.