richedit: Cannot undo setting of default character format.

Dylan Smith dylan.ah.smith at gmail.com
Fri Jul 11 19:06:05 CDT 2008


This also reverts commit 2b52dd845097f16076c0185b02a003f63898dcab:
wordpad: Empty the richedit undo buffer on creation.

The reverted commit I created to fix an issue that only applied to Wine,
but it just masked the issue which was in richedit controls.  The
default character format was set in two places while wordpad was
starting up, and caused wordpad to have two undo items at startup.  This
can be tested by reverting the commit, and opening wordpad.  In Windows
this wouldn't happen, because setting the default character format
cannot be undone.

This patch removes undo logic for default character formats, which I
didn't seem to be working properly anyway.

This patch also fixed a riched20 test that was marked as todo.
---
 dlls/riched20/editstr.h      |    3 +--
 dlls/riched20/list.c         |    3 +--
 dlls/riched20/run.c          |    9 ---------
 dlls/riched20/tests/editor.c |    2 +-
 dlls/riched20/undo.c         |    6 ------
 programs/wordpad/wordpad.c   |    1 -
 6 files changed, 3 insertions(+), 21 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Cannot-undo-setting-of-default-characte.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080711/b03883fa/attachment.txt 


More information about the wine-patches mailing list