mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Fix messages sent when right-clicking in a blank (non-item) area of a
listview.
This commit is contained in:
parent
38012a5604
commit
af7f901c9c
1 changed files with 0 additions and 2 deletions
|
@ -8638,8 +8638,6 @@ static LRESULT LISTVIEW_RButtonUp(HWND hwnd, WORD wKey, WORD wPosX,
|
|||
nmlv.iItem = -1;
|
||||
nmlv.iSubItem = 0;
|
||||
}
|
||||
nmlv.iItem = lvHitTestInfo.iItem;
|
||||
nmlv.iSubItem = lvHitTestInfo.iSubItem;
|
||||
nmlv.ptAction.x = wPosX;
|
||||
nmlv.ptAction.y = wPosY;
|
||||
ListView_LVNotify(GetParent(hwnd), nCtrlId, &nmlv);
|
||||
|
|
Loading…
Reference in a new issue