Commit 4b130866 authored by Ulrich Czekalla's avatar Ulrich Czekalla Committed by Alexandre Julliard

Let the default winproc handle WM_MOUSEACTIVATE.

parent 44cfc898
......@@ -910,10 +910,6 @@ static LRESULT WINAPI EditWndProc_common( HWND hwnd, UINT msg,
result = EDIT_WM_MButtonDown(es);
break;
case WM_MOUSEACTIVATE:
result = MA_ACTIVATE;
break;
case WM_MOUSEMOVE:
result = EDIT_WM_MouseMove(es, (short)LOWORD(lParam), (short)HIWORD(lParam));
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment