richedit: Hide cursor when text is selected.
commit762e5818d1c6cad877c3add809ef40c993478542
authorDylan Smith <dylan.ah.smith@gmail.com>
Mon, 7 Jul 2008 15:04:06 +0000 (7 11:04 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 8 Jul 2008 08:44:45 +0000 (8 10:44 +0200)
tree4a78acd7651f6186d26134d928909e78ae919f4d
parent69cf4e9ac4427db7a8c6136db813246b83fb639f
richedit: Hide cursor when text is selected.

The cursor should only be shown when there is no selection, since this
is how it is done in Windows.  This patch avoids showing the cursor when
there is a selection, and destroys the cursor when a selection is made.
dlls/riched20/caret.c
dlls/riched20/editor.c