You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then I am unable to select multiple nodes by control-clicking (command-clicking on Mac), which is consistent with my understanding of what the multiple_selection keyword argument is supposed to do.
However, if I select the nodes programmatically, I can select multiple nodes at once:
node1.selected=Truenode2.selected=True
It seems like the tree should automatically deselect node1 when node2.selected is set to True.
The text was updated successfully, but these errors were encountered:
If I create a
Tree
instance like thisthen I am unable to select multiple nodes by control-clicking (command-clicking on Mac), which is consistent with my understanding of what the
multiple_selection
keyword argument is supposed to do.However, if I select the nodes programmatically, I can select multiple nodes at once:
It seems like the tree should automatically deselect
node1
whennode2.selected
is set toTrue
.The text was updated successfully, but these errors were encountered: