mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +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:
@@ -1450,8 +1450,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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user