[Bug 2199] Edit Undo operation does not behave same as MS Windows.
http://bugs.winehq.org/show_bug.cgi?id=2199 us(a)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(a)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.
participants (1)
-
Wine Bugs