QmlTreeWidget icon indicating copy to clipboard operation
QmlTreeWidget copied to clipboard

Selecting a new item will trigger the CurrentItemChanged event 2 times

Open lxchx opened this issue 4 years ago • 1 comments

The reason why is that in TreeItem.setSelectionFlag you change the currentItem 2 times.

lxchx avatar Dec 22 '20 13:12 lxchx

And selecting the currentItem will trigger the CurrentItemChanged event which should not be triggered.

lxchx avatar Dec 22 '20 14:12 lxchx