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