Don't start dragging for a single mouse click.

This commit is contained in:
Vitaliy Margolen 2005-10-04 15:50:24 +00:00 committed by Alexandre Julliard
parent 9e52816b07
commit 6ab0b0194d
1 changed files with 3 additions and 1 deletions

View File

@ -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) {