pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
62 stars 65 forks source link

Multiple selection doesn't remove the path that has been deselected #499

Open 570gina opened 5 years ago

570gina commented 5 years ago

I deselected the selected item, but the selection of TreeMultipleSelectionMode is still including the item.

570gina commented 5 years ago

for example, I selected item1, item2, item3 and I got the selection including these 3 elements. Then I deselected item1 but I still got three instead of two.