richedit: Handle overflow of only spaces on first line of paragraph.
commitdb3991257fdb7137f9b0fab5e2a52a183828ff84
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 10 Jul 2008 14:17:43 +0000 (10 10:17 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 10 Jul 2008 16:13:38 +0000 (10 18:13 +0200)
tree6efdeb2dd8e56c77289dc6e1815787ede33a3b42
parentfeda29bb0c03f3471ba2ea089d7a1b422ca5e334
richedit: Handle overflow of only spaces on first line of paragraph.

The uncommon case that this patch handles is enough whitespace being
on the first line of a paragraph to cause it to wrap.  In this case the
first non-space character will be wrapped onto the next line.
dlls/riched20/wrap.c