richedit: Prevent typing text at end of table row

Dylan Smith dylan.ah.smith at gmail.com
Thu Aug 28 15:52:00 CDT 2008


This patch attempts to prevent the table being corrupted by typing text
at the end of a table.

Pressing enter at the end of a table row should append a table row,
but this is not handled yet for the v4.1 implementation of tables, so
instead it is prevented from doing anything to avoid corrupting the table.
---
 dlls/riched20/editor.c |   71 +++++++++++++++++++++++++++++++++++++++++++++++-
 dlls/riched20/editor.h |    1 +
 dlls/riched20/table.c  |   10 +++++--
 3 files changed, 78 insertions(+), 4 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Prevent-typing-text-at-end-of-table-row.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080828/b934bad6/attachment.txt 


More information about the wine-patches mailing list