http://bugs.winehq.org/show_bug.cgi?id=2199
us@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@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; }