mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
Don't start dragging for a single mouse click.
This commit is contained in:
parent
9e52816b07
commit
6ab0b0194d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user