Commit 6ab0b019 authored by Vitaliy Margolen's avatar Vitaliy Margolen Committed by Alexandre Julliard

Don't start dragging for a single mouse click.

parent 9e52816b
......@@ -3277,7 +3277,9 @@ static LRESULT LISTVIEW_MouseMove(LISTVIEW_INFO *infoPtr, WORD fwKeys, INT x, IN
notify_listview(infoPtr, LVN_BEGINDRAG, &nmlv);
return 0;
}
}
else
infoPtr->bLButtonDown = FALSE;
/* see if we are supposed to be tracking mouse hovering */
if(infoPtr->dwLvExStyle & LVS_EX_TRACKSELECT) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment