Skip to content

folderview: Fix drag selection

David Edmundson requested to merge work/d_ed/drag into master

There is code to handle clicking an icon when a selection is already present. In this case we want to cancel our selection and select the icon the mouse is over. What we don't want is for this to run when a drag ends.

Using the cached selection is a good flag as it is immediately reset at the end of the mouse up.

BUG: 499898

Merge request reports

Loading