richedit: Removed redundant editor height variables and calculations.
commitdc03b6b2f25cc4aa63ad2776943f55fd3f5aa656
authorDylan Smith <dylan.ah.smith@gmail.com>
Fri, 19 Dec 2008 13:15:04 +0000 (19 08:15 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 20 Dec 2008 10:43:09 +0000 (20 11:43 +0100)
tree65c76d293a7694b94177392f1e8e810d205adddc
parent40fdc88efc9eff0a4d12cec2ade4a2b0de457808
richedit: Removed redundant editor height variables and calculations.

During wrapping there were three different heights that were being
stored, with only one of them being done correctly.  The other ones
failed to incorporate the height of the paragraph or row, so ended up
being incorrect.
dlls/riched20/editor.c
dlls/riched20/editstr.h
dlls/riched20/paint.c
dlls/riched20/wrap.c