ReleaseCapture on lbuttondown if the cursor is outside an item, just

like the native one does.
oldstable
Huw Davies 2003-11-09 00:27:20 +00:00 committed by Alexandre Julliard
parent 9fb3f4e0d7
commit a7c4fa8119
1 changed files with 1 additions and 0 deletions

View File

@ -7944,6 +7944,7 @@ static LRESULT LISTVIEW_LButtonDown(LISTVIEW_INFO *infoPtr, WORD wKey, POINTS pt
{
/* remove all selections */
LISTVIEW_DeselectAll(infoPtr);
ReleaseCapture();
}
return 0;