Summary: | Crash after copy-pasting a selection of a group (projection) containing vector layer, reproducible + backtrace | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | David REVOY <info> |
Component: | Layer Stack | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/28791acadffcbed80c73a2e23c193ab5ab8fcab3 | Version Fixed In: | |
Sentry Crash Report: |
Description
David REVOY
2022-07-26 09:43:28 UTC
Git commit 0d36611b536883fa371ffa763e5e5af192eae8b7 by Dmitry Kazakov. Committed on 26/07/2022 at 11:17. Pushed by dkazakov into branch 'master'. Fix a crash when copy-pasting a group with vector layers The node should be explicitly detached from the image before this image gets deteled. Normally it is done by the image's destructor, but the copies layers are not officially added to the image. M +1 -0 libs/ui/actions/kis_selection_action_factories.cpp M +4 -1 libs/ui/kis_mimedata.cpp https://invent.kde.org/graphics/krita/commit/0d36611b536883fa371ffa763e5e5af192eae8b7 Git commit 28791acadffcbed80c73a2e23c193ab5ab8fcab3 by Dmitry Kazakov. Committed on 26/07/2022 at 11:17. Pushed by dkazakov into branch 'krita/5.1'. Fix a crash when copy-pasting a group with vector layers The node should be explicitly detached from the image before this image gets deteled. Normally it is done by the image's destructor, but the copies layers are not officially added to the image. M +1 -0 libs/ui/actions/kis_selection_action_factories.cpp M +4 -1 libs/ui/kis_mimedata.cpp https://invent.kde.org/graphics/krita/commit/28791acadffcbed80c73a2e23c193ab5ab8fcab3 |