Follow-up Comment #1, bug #14488 (project gnustep):

I've found a bug in the NSUndoManager code which caused my app to crash.
NSUndoManager doesn't tell the invocation to retain it's arguments when doing
invocation-based undo. The patch is as simple as adding

[anInvocation retainArguments];

into the method -[NSUndoManager forwardInvocation:].

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14488>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to