shell32: In shell view, use the expected value for the effect in Drag & Drop operation.
This commit is contained in:
parent
e0319b82c9
commit
881bea26a4
|
@ -1428,8 +1428,8 @@ static LRESULT ShellView_OnNotify(IShellViewImpl * This, UINT CtlID, LPNMHDR lpn
|
|||
|
||||
if (pds)
|
||||
{
|
||||
DWORD dwEffect;
|
||||
DoDragDrop(pda, pds, dwEffect, &dwEffect);
|
||||
DWORD dwEffect2;
|
||||
DoDragDrop(pda, pds, dwEffect, &dwEffect2);
|
||||
}
|
||||
IDataObject_Release(pda);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue