riched20: Accept middle click as paste (like edit control does).
This commit is contained in:
parent
d0012f8fc6
commit
a59e766ea7
|
@ -3591,6 +3591,7 @@ LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam,
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
case WM_PASTE:
|
case WM_PASTE:
|
||||||
|
case WM_MBUTTONDOWN:
|
||||||
ME_Paste(editor);
|
ME_Paste(editor);
|
||||||
return 0;
|
return 0;
|
||||||
case WM_CUT:
|
case WM_CUT:
|
||||||
|
|
Loading…
Reference in New Issue