Changes between Initial Version and Version 1 of Ticket #3919


Ignore:
Timestamp:
May 17, 2009, 4:07:46 PM (15 years ago)
Author:
axeld
Comment:

A small tip: if you write "rev30699" as hrev30699, Trac is smart enough to create a link to the actual changes (I've already changed your description, in case you wonder).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3919 – Description

    initial v1  
    1 seen in rev30699
     1seen in r30699
    22
    3 Double clicking on an item of a BListView does not trigger invocation. This probably appeared with changes in rev30149, but the problem comes from the reset of fTrack->item_index in MouseUp. Releasing the mouse does not mean that the selected item is no more active. Also we do not need this to handle dragndrop status since try_drag is used for that.
     3Double clicking on an item of a BListView does not trigger invocation. This probably appeared with changes in r30149, but the problem comes from the reset of fTrack->item_index in MouseUp. Releasing the mouse does not mean that the selected item is no more active. Also we do not need this to handle dragndrop status since try_drag is used for that.
    44The attached patch should fix this
    55