mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
[Shell32]: in shell view, use the expected value for the effect in Drag & Drop operation
patch by <eric dot pouech at orange dot fr> svn path=/trunk/; revision=43536
This commit is contained in:
parent
a9d250c6a6
commit
f9fd097505
1 changed files with 2 additions and 2 deletions
|
@ -1450,8 +1450,8 @@ static LRESULT ShellView_OnNotify(IShellViewImpl * This, UINT CtlID, LPNMHDR lpn
|
||||||
|
|
||||||
if (pds)
|
if (pds)
|
||||||
{
|
{
|
||||||
DWORD dwEffect;
|
DWORD dwEffect2;
|
||||||
DoDragDrop(pda, pds, dwEffect, &dwEffect);
|
DoDragDrop(pda, pds, dwEffect, &dwEffect2);
|
||||||
}
|
}
|
||||||
IDataObject_Release(pda);
|
IDataObject_Release(pda);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue