Summary: | Merge layers can cause the merged layer to be in a different position in the layer stack | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tiar <tamtamy.tymona> |
Component: | Layer Stack | Assignee: | Tiar <tamtamy.tymona> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/214d419c911ba18d7989865ae5bf6fd2b0fdd045 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Test .kra file |
Description
Tiar
2019-03-20 13:24:48 UTC
Yes, I can confirm this still happens. Git commit 214d419c911ba18d7989865ae5bf6fd2b0fdd045 by Agata Cacko. Committed on 09/04/2019 at 09:09. Pushed by tymond into branch 'master'. Fix wrong position of the merged layer Before this patch, if you had a standard layer, then group layer, then two more layers inside the group and tried to merge them, selecting all and keeping the last mentioned layer (inside the group) selected, the merged layer appeared on top of the layers stack instead of the place of source layers. After this commit, the merged layer is put in the place of the active layer. M +12 -17 libs/image/kis_layer_utils.cpp https://commits.kde.org/krita/214d419c911ba18d7989865ae5bf6fd2b0fdd045 |