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

Inconsistent layer number if we change from background layer to layer #4084

Open
tetektoza opened this issue Oct 4, 2023 · 0 comments · May be fixed by #4090
Open

Inconsistent layer number if we change from background layer to layer #4084

tetektoza opened this issue Oct 4, 2023 · 0 comments · May be fixed by #4090

Comments

@tetektoza
Copy link

If we start Aseprite from ground up and open timeline - it says that the current layer is layer 1, but if we convert the layer to background and then convert it back to layer - it is no longer layer 1, but the enumeration starts from 0. Maybe it would be convenient to use the same layer name even if layer will get changed to background type?

  • Aseprite version: latest compiled from main branch
  • System: Linux, Manjaro
tetektoza added a commit to tetektoza/aseprite that referenced this issue Oct 6, 2023
…layer

This patch ifxes aseprite#4084.

Currently if we set layer to background and then back to layer, last
used name isn't preserved. This patch makes layer save last used layer name before
it gets converted to background so it won't get lost.
tetektoza added a commit to tetektoza/aseprite that referenced this issue Oct 6, 2023
…layer

This patch ifxes aseprite#4084.

Currently if we set layer to background and then back to layer, last
used name isn't preserved. This patch makes layer save last used layer name before
it gets converted to background so it won't get lost.
tetektoza added a commit to tetektoza/aseprite that referenced this issue Oct 6, 2023
…layer

This patch fixes aseprite#4084.

Currently if we set layer to background and then back to layer, last
used name isn't preserved. This patch makes layer save last used layer name before
it gets converted to background so it won't get lost.
tetektoza added a commit to tetektoza/aseprite that referenced this issue Oct 6, 2023
…layer

This patch fixes aseprite#4084.

Currently if we set layer to background and then back to layer, last
used name isn't preserved. This patch makes layer save last used layer name before
it gets converted to background so it won't get lost.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants