mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 13:53:38 +00:00
riched20: Swap two lines that were in wrong order / caused notification not to be sent.
This commit is contained in:
parent
bfa5967366
commit
cba7238364
@ -2303,8 +2303,8 @@ LRESULT WINAPI RichEditANSIWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lP
|
||||
case WM_MOUSEMOVE:
|
||||
if (GetCapture() == hWnd)
|
||||
ME_MouseMove(editor, (short)LOWORD(lParam), (short)HIWORD(lParam));
|
||||
break;
|
||||
ME_LinkNotify(editor,msg,wParam,lParam);
|
||||
break;
|
||||
case WM_LBUTTONUP:
|
||||
if (GetCapture() == hWnd)
|
||||
ReleaseCapture();
|
||||
|
Loading…
x
Reference in New Issue
Block a user