Commit 9b67a38f authored by Dylan Smith's avatar Dylan Smith Committed by Alexandre Julliard

richedit: Make cursor visible when selecting via mouse above/below editor.

parent cb1d7bec
......@@ -966,6 +966,7 @@ void ME_MouseMove(ME_TextEditor *editor, int x, int y)
ME_InvalidateSelection(editor);
ShowCaret(editor->hWnd);
ME_SendSelChange(editor);
SendMessageW(editor->hWnd, EM_SCROLLCARET, 0, 0);
}
static ME_DisplayItem *ME_FindRunInRow(ME_TextEditor *editor, ME_DisplayItem *pRow,
......
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