Changeset 9d7cb19 in sasview
- Timestamp:
- Oct 1, 2018 1:19:23 PM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 9562a6b
- Parents:
- 16436f18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/DataExplorer.py
r16436f18 r9d7cb19 87 87 88 88 # Connect the comboboxes 89 self.cbSelect. currentIndexChanged.connect(self.selectData)89 self.cbSelect.activated.connect(self.selectData) 90 90 91 91 #self.closeEvent.connect(self.closeEvent)
Note: See TracChangeset
for help on using the changeset viewer.