Commit a59e766e authored by Dan Kegel's avatar Dan Kegel Committed by Alexandre Julliard

riched20: Accept middle click as paste (like edit control does).

parent d0012f8f
......@@ -3591,6 +3591,7 @@ LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam,
return FALSE;
}
case WM_PASTE:
case WM_MBUTTONDOWN:
ME_Paste(editor);
return 0;
case WM_CUT:
......
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