Summary: | Connot apply transform tool to a Group Layer anymore | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Dmitry Kazakov <dimula73> |
Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/451a50533020a91e77b7656eba41e3fce8d6a96b | Version Fixed In: | |
Sentry Crash Report: |
Description
Dmitry Kazakov
2013-12-22 11:32:52 UTC
related to bug 320954 Git commit 212b79a0a64df80b8e778e3404491497ef4b8670 by Dmitry Kazakov. Committed on 24/12/2013 at 08:30. Pushed by dkazakov into branch 'master'. Properly fix the transform tool not to process locked layers Since the lockness of a node may change during the stroke, we now store the list of to be processed nodes explicitly. M +1 -1 krita/image/kis_image.cc M +43 -35 krita/plugins/tools/tool_transform2/kis_tool_transform.cc M +20 -1 krita/plugins/tools/tool_transform2/kis_tool_transform.h http://commits.kde.org/calligra/212b79a0a64df80b8e778e3404491497ef4b8670 Git commit 451a50533020a91e77b7656eba41e3fce8d6a96b by Dmitry Kazakov. Committed on 24/12/2013 at 08:30. Pushed by dkazakov into branch 'calligra/2.8'. Properly fix the transform tool not to process locked layers Since the lockness of a node may change during the stroke, we now store the list of to be processed nodes explicitly. M +1 -1 krita/image/kis_image.cc M +43 -35 krita/plugins/tools/tool_transform2/kis_tool_transform.cc M +20 -1 krita/plugins/tools/tool_transform2/kis_tool_transform.h http://commits.kde.org/calligra/451a50533020a91e77b7656eba41e3fce8d6a96b |