Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
3.x, 4.5.3
-
None
-
83b8d1aef2a840838bbe530794e1dd004e3a22d5
Description
If user clicks one item in the QListWidget other than the first one, two currentRowChanged signals are emitted, because one is emitted in QAbstractItemView::focusInEvent to set the first item to be current item, and then current item changes from the first one to the one clicked.
Should consider the focus reason in the focusInEvent.
test example attached