Ignore:
Timestamp:
Aug 9, 2017 9:52:07 AM (7 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:
38eb433
Parents:
985ad94
Message:

Initial setup for batch fitting. SASVIEW-615

File:
1 edited

Legend:

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

    rb0c5e8c ree18d33  
    352352 
    353353        # Notify the GuiManager about the send request 
    354         self._perspective().setData(data_item=selected_items) 
     354        self._perspective().setData(data_item=selected_items, is_batch=self.chkBatch.isChecked()) 
    355355 
    356356    def freezeTheory(self, event): 
Note: See TracChangeset for help on using the changeset viewer.