mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[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:
parent
bca25b10b4
commit
7e9c37c58f
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class CRecyclerDropTarget :
|
|||
if ((dwKeyState & MK_SHIFT) == MK_SHIFT)
|
||||
fMask |= CMIC_MASK_SHIFT_DOWN;
|
||||
|
||||
_DoDeleteAsync(pDataObject, fMask);
|
||||
_DoDeleteDataObject(pDataObject, fMask);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue