Ignore:
Timestamp:
Oct 19, 2017 12:40:53 PM (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:
fca1f50
Parents:
0c468bf
Message:

Corrected problem with update of loaded files in Data Operation Panel (ESS-GUI-SasView245)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Calculators/DataOperationUtilityPanel.py

    r0c468bf r1420066  
    122122        """ Close dialog """ 
    123123        self.onReset() 
     124 
     125        self.cbData1.clear() 
     126        self.cbData1.addItems(['No Data Available']) 
     127        self.cbData2.clear() 
     128        self.cbData2.addItems(['No Data Available']) 
    124129        self.close() 
     130 
    125131 
    126132    def onCompute(self): 
Note: See TracChangeset for help on using the changeset viewer.