mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[0.4.11] [SHELL32] Revert the sraboy workaround CORE-14696
This reverts the workaround of 0.4.11-RC-2-g
7e9c37c58f
Because we got a proper ole32-fix from Wine that I will apply in next commit.
This commit is contained in:
parent
231daa48f7
commit
b93990e7fb
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;
|
||||
|
||||
_DoDeleteDataObject(pDataObject, fMask);
|
||||
_DoDeleteAsync(pDataObject, fMask);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue