[0.4.11] [SHELL32] Avoid regression CORE-14696

"It was not longer possible to delete any file or folder via context menu"

By applying the workaround from Doug Lyons and sraboy, slightly adapted.
This commit is contained in:
Joachim Henze 2018-12-09 18:02:29 +01:00
parent bca25b10b4
commit 7e9c37c58f

View file

@ -157,7 +157,7 @@ class CRecyclerDropTarget :
if ((dwKeyState & MK_SHIFT) == MK_SHIFT)
fMask |= CMIC_MASK_SHIFT_DOWN;
_DoDeleteAsync(pDataObject, fMask);
_DoDeleteDataObject(pDataObject, fMask);
}
else
{