richedit: Prevented cursor flicker while moving over selection bar.
commitd293b3fc98b105122366cdf956fd1278dc2bca17
authorDylan Smith <dylan.ah.smith@gmail.com>
Wed, 9 Jul 2008 13:36:00 +0000 (9 09:36 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 10 Jul 2008 10:16:39 +0000 (10 12:16 +0200)
tree15abb9b47a304380818cd249d854f8c6a5cf8d9b
parent140d4edb5b5c11a3c4e190e82968bde91427ad74
richedit: Prevented cursor flicker while moving over selection bar.

When the cursor is moved over the selection bar, without holding any
mouse buttons down, the cursor would be repeatably set between the
normal cursor, set by DefWindowProc for the WM_SETCURSOR message, and
the reversed cursor, set by ME_MouseMove.
dlls/riched20/editor.c