-
Notifications
You must be signed in to change notification settings - Fork 273
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
Allow to UNDO / REDO "deleting" new frames and layers #748
Comments
As far as I know, yes it is. We've avoided updating the timeline because it's being rewritten so anything not related to the canvas and palette won't be undoable until that's done or until someone wants to work on it. This is also related to #36 |
You are fast... I was going to type that! 👍 |
Jose-Moreno
changed the title
[QUESTION] Is the UNDO feature used for "deleting" new frames/layers ?
Allow to UNDO / REDO "deleting" new frames and layers
Sep 8, 2020
J5lx
added a commit
to J5lx/pencil2d
that referenced
this issue
Oct 23, 2020
This commit only prevents the crash. For undo/redo support for layer operations, see pencil2d#748.
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--Issue Summary--
Is it normal behaviour that the UNDO feature is unable to UNDO the addition of new frames, even the addition of new Layers?
The text was updated successfully, but these errors were encountered: