mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
ReleaseCapture on lbuttondown if the cursor is outside an item, just
like the native one does.
This commit is contained in:
parent
9fb3f4e0d7
commit
a7c4fa8119
@ -7944,6 +7944,7 @@ static LRESULT LISTVIEW_LButtonDown(LISTVIEW_INFO *infoPtr, WORD wKey, POINTS pt
|
||||
{
|
||||
/* remove all selections */
|
||||
LISTVIEW_DeselectAll(infoPtr);
|
||||
ReleaseCapture();
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user