You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: