-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.2.3
-
None
-
85b7896a47f9bb622b394107769cb7c1121a6995
Calling QTreeWidgetItem::setSelected(true) on an already selected item then itemSelectionChanged() singal will be emitted on every mouse move event on that item.
Update: The bug seems to be that with MultiSelection, even programmatical selection will default to toggle (disregarding the (selected/unselected) argument).