Skip to content
  • David Edmundson's avatar
    42f53e46
    folderview: Fix drag selection · 42f53e46
    David Edmundson authored
    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
    42f53e46
    folderview: Fix drag selection
    David Edmundson authored
    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
Loading