richedit: Made sure the nested tables' RTF properties are not skipped.

Dylan Smith dylan.ah.smith at gmail.com
Thu Sep 11 12:32:06 CDT 2008


I added in a destination callback for nesttableprops to avoid it being
ignored.  The table properties that appear inside this destination are
applied just as they are outside of the destination in native richedit,
so the callback is empty to allow the control to return to the while
loop in RTFRead.

Without this change the default table properties will be applied to the
nested tables.
---
 dlls/riched20/editor.c |    3 +++
 dlls/riched20/reader.c |   10 ++++++++++
 dlls/riched20/rtf.h    |    1 +
 3 files changed, 14 insertions(+), 0 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Made-sure-the-nested-tables-RTF-proper.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080911/88733eb3/attachment.txt 


More information about the wine-patches mailing list