Changeset 9d7cb19 in sasview


Ignore:
Timestamp:
Oct 1, 2018 11:19:23 AM (5 years ago)
Author:
piotr
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
Message:

File/data selection should respond to activation, not index changed.
SASVIEW-1188

File:
1 edited

Legend:

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

    r16436f18 r9d7cb19  
    8787 
    8888        # Connect the comboboxes 
    89         self.cbSelect.currentIndexChanged.connect(self.selectData) 
     89        self.cbSelect.activated.connect(self.selectData) 
    9090 
    9191        #self.closeEvent.connect(self.closeEvent) 
Note: See TracChangeset for help on using the changeset viewer.