richedit: Made sure table row gap/offset is copied on append row.

Dylan Smith dylan.ah.smith at gmail.com
Tue Sep 30 16:42:21 CDT 2008


The bug can be seen by opening wordpad, streaming in a table with table
row gaps or table row offsets, and then appending a row by pressing tab
at the end of the table.  This would cause the appended row to have the
text start from the left edge of the cell, which would look inconsistent
with the rest of the table.

This was fixed by copying the paragraph format from the previous row to
the appended row.
---
 dlls/riched20/table.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Made-sure-table-row-gap-offset-is-copie.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080930/d3273519/attachment.txt 


More information about the wine-patches mailing list