[1/3] richedit: Tabs cause lines to wrap but not end of paragraph run

Dylan Smith dylan.ah.smith at gmail.com
Thu Jul 10 09:17:30 CDT 2008


The end of paragraph run previously would get wrapped onto a line by
itself.  I tested on Windows by resizing the control to try to reproduce
this, but it seems to be prevented from happening on Windows, so this
patch prevents it from happening in Wine.

I also found that tabs do cause the lines to get wrapped with native
richedit controls.  This can be tested by opening wordpad in Windows,
and pressing tab until it wraps.  This patch took out the check that
prevented tabs from causing the line to be wrapped.
---
 dlls/riched20/wrap.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Tabs-cause-lines-to-wrap-but-not-end-of.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080710/ac91457a/attachment-0001.txt 


More information about the wine-patches mailing list