Commit af7f901c authored by James Hatheway's avatar James Hatheway Committed by Alexandre Julliard

Fix messages sent when right-clicking in a blank (non-item) area of a

listview.
parent 38012a56
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment