mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:46:13 +00:00
[SHELL32] -CDefView: Hide the drag image at drop.
svn path=/trunk/; revision=74448
This commit is contained in:
parent
8403189f6c
commit
4c8ca6f0a4
1 changed files with 1 additions and 0 deletions
|
@ -2986,6 +2986,7 @@ HRESULT WINAPI CDefView::Drop(IDataObject* pDataObject, DWORD grfKeyState, POINT
|
|||
{
|
||||
ERR("GetKeyState(VK_LBUTTON): %d\n", GetKeyState(VK_LBUTTON));
|
||||
|
||||
ImageList_DragLeave(m_hWnd);
|
||||
ImageList_EndDrag();
|
||||
|
||||
if ((m_iDragOverItem == -1 || m_pCurDropTarget == NULL) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue