SUMMARY Wrong layer numeration after deleting middle one. STEPS TO REPRODUCE 1. Create new document 2. Add "Layer 3" 3. Delete "Layer 2" 4. Save and close document 5. Open document 6. Add layer. OBSERVED RESULT New layer name is "Layer 3" EXPECTED RESULT New layer name should be "Layer 4" SOFTWARE/OS VERSIONS Windows: MacOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Hi. I think it might be useful to know the reasons for changing how layers are named by default.
(In reply to mvowada from comment #1) > Hi. I think it might be useful to know the reasons for changing how layers > are named by default. I don't understand. I think, layer number should just increase every time when it adding.
Thanks for your comment! Automatically switching the status of this bug to REPORTED so that the KDE team knows that the bug is ready to get confirmed. In the future you may also do this yourself when providing needed information.
The number starts from the number of layers in the image when reloading the image, not the last used number. Theoretically, we could save the state of the layer numbering, but only to .kra files, and then we'd have an inconsistency with other file types. I think we'll keep it this ways.
(In reply to Boudewijn Rempt from comment #4) > The number starts from the number of layers in the image I understand. This is not really important thing. I worry about some kind of layers conflicts because of it names. Thank you.
Layers have an internal unique id, so having more than one layer with the same name isn't going to confuse Krita.