[PATCH] user32: edit control should respond to ctrl + z (try 3)

Lei Zhang thestig at google.com
Tue Sep 11 00:08:00 CDT 2007


On 9/10/07, Dmitry Timoshkov <dmitry at codeweavers.com> wrote:
> "Lei Zhang" <thestig at google.com> wrote:
>
> > This patch lets users hit ctrl + Z in edit controls to trigger an
> > undo. The test case has been improved to check for both the return
> > values and the content of the edit control.
>
> In the tests still there is no actual edit contents/selection changes
> tracking after every message.
>
> --
> Dmitry.
>

I'm sending WM_GETTEXT to the control and then checking the text after
every change. Did you mean something else when you say contents
changes tracking?



More information about the wine-devel mailing list