Changeset 1420066 in sasview for src/sas/qtgui/Calculators
- Timestamp:
- Oct 19, 2017 12:40:53 PM (7 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Calculators/DataOperationUtilityPanel.py
r0c468bf r1420066 122 122 """ Close dialog """ 123 123 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']) 124 129 self.close() 130 125 131 126 132 def onCompute(self):
Note: See TracChangeset
for help on using the changeset viewer.