mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[SHELL32] Properly set case -714 as TBN_DRAGOUT. CORE-11799 (#94)
This commit is contained in:
parent
7f56c4c5a2
commit
fe6d46f86e
1 changed files with 1 additions and 2 deletions
|
@ -105,8 +105,7 @@ HRESULT CMenuToolbarBase::OnWinEvent(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM
|
|||
case NM_TOOLTIPSCREATED:
|
||||
break;
|
||||
|
||||
// Unknown
|
||||
case -714: return S_FALSE;
|
||||
case TBN_DRAGOUT: return S_FALSE;
|
||||
|
||||
default:
|
||||
TRACE("WM_NOTIFY unknown code %d, %d\n", hdr->code, hdr->idFrom);
|
||||
|
|
Loading…
Reference in a new issue