richedit: Wrap even when message says not to repaint.
authorDylan Smith <dylan.ah.smith@gmail.com>
Sat, 7 Feb 2009 18:20:23 +0000 (13:20 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 9 Feb 2009 12:05:12 +0000 (13:05 +0100)
commitc2c2c1117e2a78830a52a8fd8091a7ce1451b54f
tree1d2e9f499c5e245e6623ca1197f02dd94a4b5364
parent6ae7b1f3e0e1f0d12a7a7c45df6c79daf11506dc
richedit: Wrap even when message says not to repaint.

Wrapping is needed to be done even when repainting isn't done since
later messages expect line breaks to reflect the current text.  Some
message can specify not to paint the sceen, but this should prevent
wrapping from being done.
dlls/riched20/editor.c