Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible -setActionName Behavior #7

Open
aksuska opened this issue Sep 3, 2013 · 0 comments
Open

Incompatible -setActionName Behavior #7

aksuska opened this issue Sep 3, 2013 · 0 comments

Comments

@aksuska
Copy link
Contributor

aksuska commented Sep 3, 2013

NSUndoManager apparently ignores setActionName: calls when undo registration is disabled; GCUndoManager does not. I prefer NSUndoManager's behavior, which allows me to shut off registration at a high level, and avoids having to test enabled state every time I want to set the action name. I don't know whether simply inserting a check in -[GCUndoManager setActionName:] is sufficient, but that would be my recommended fix if it is reliable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant