richedit: Removed unnecessary calls to ME_WrapMarkedParagraphs.
authorDylan Smith <dylan.ah.smith@gmail.com>
Fri, 6 Feb 2009 06:09:36 +0000 (01:09 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 6 Feb 2009 13:50:27 +0000 (14:50 +0100)
commitea9e062b6c460b17ddc3b820dee80960b74b9369
treefac03c67ac7e227249701174c54375cc2f852d3f
parenta490e155dcec13903a04a4c7122d6149e949e1bd
richedit: Removed unnecessary calls to ME_WrapMarkedParagraphs.

These calls to ME_WrapMarkedParagraphs never do anything, and don't make
sense to be called in these places. These places are for ME_MoveCaret,
and ME_ArrowHome, which both don't involve any text being modified, and
all (direct and indirect) calls to these functions are done after the
text has already been wrapped.
dlls/riched20/caret.c
dlls/riched20/paint.c