Phil Krylov wrote:
Hi Michael,
On Thu, 8 Sep 2005 23:10:18 +0200 Michael Jung mjung@iss.tu-darmstadt.de wrote:
Wouldn't it be enough to call notify_click after notify_itemactivate? I've attached a modification of your patch, which does just this. Seems to work fine for me.
Probably, but what if some apps depend on order in which these notifications are sent? (assuming we already send them in the right order)
Comparing the Listview control spy on Wine and Win2k, the notifications appear to be in the correct order in Wine: NM_RELEASEDCAPTURE NM_DBLCLK LVN_ITEMACTIVE