richedit: Clicking below end of text now selects closest character.
commit66f948c0109f5365e546d4ea12d48f04e2321e42
authorDylan Smith <dylan.ah.smith@gmail.com>
Fri, 27 Jun 2008 13:18:39 +0000 (27 09:18 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 30 Jun 2008 10:10:02 +0000 (30 12:10 +0200)
treec29af5436fb795e60d309715bc02fa917bbd54e2
parent3e90d918db656df93dfa023986b6c5e72b9cf73e
richedit: Clicking below end of text now selects closest character.

Before the end of the text was selected when clicking below the end of
the text, rather than using the x position to find the appropriate
character on the last row that is closest to the pixel position.
dlls/riched20/caret.c
dlls/riched20/tests/editor.c