[Bug 2199] Edit Undo operation does not behave same as MS Windows.

Wine Bugs wine-bugs at winehq.org
Mon Sep 5 17:31:43 CDT 2005


http://bugs.winehq.org/show_bug.cgi?id=2199


us at edmeades.me.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
            Summary|Edit Undo operation does not|Edit Undo operation does not
                   |behave same as MS Windows.  |behave same as MS Windows.




------- Additional Comments From us at edmeades.me.uk  2005-05-09 17:31 -------
I think this was fixed ages ago. Please reopen if problem persists

cvs dlls\user\edit.c shows:
static BOOL EDIT_EM_Undo(EDITSTATE *es)
{
:	/* As per MSDN spec, for a single-line edit control,
	   the return value is always TRUE */
	if( es->style & ES_READONLY )
            return !(es->style & ES_MULTILINE);
        :
        :
        return TRUE;
}

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list