richedit: Caret size must match font size characters to be inserted.
commit438d8e1c58d03ee0e3804b3f6cc427ac2a2e3baf
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 26 Jun 2008 20:17:32 +0000 (26 16:17 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Jun 2008 09:09:14 +0000 (27 11:09 +0200)
tree316be094ceae8f43812a164ced26c61440e179ea
parentee6b6f338e57ad3c361a18b03ee1068e1521d1b0
richedit: Caret size must match font size characters to be inserted.

When the caret is at the start of a run, it uses the font of the
previous run for inserting characters.  The caret size previously was
the wrong height for the characters being inserted when the caret was at
the start of a line, but not the start of a paragraph so this patch
fixes this bug.
dlls/riched20/caret.c