| Summary: | Move tool should move all selected layers | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | katearcher89 |
| Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | halla, raghu |
| Priority: | NOR | ||
| Version First Reported In: | 2.9.11 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | http://commits.kde.org/krita/28d985bcb91b5ca2e4cd410e7f01db14d30ec748 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
katearcher89
2016-02-19 00:27:29 UTC
Yes, in 2.9, the move tool doesn't know about multiple selected layers. That is something that should be fixed in 3.0. +1 for moving selected layer all at once, in 3.0 we have got the ability to move from arrow key , This feature will add to the usability of move tool. The current workaround is to do a quick group by Ctrl + G and move the layers, but this grouping messes up the blend modes of the layers. Git commit 28d985bcb91b5ca2e4cd410e7f01db14d30ec748 by Dmitry Kazakov. Committed on 05/04/2016 at 11:48. Pushed by dkazakov into branch 'master'. Implemented moving multiple selected layers at once Please test if it breaks anything in the Move tool! (it shouldn't though :) ) Ref T2082 CC:kimageshop@kde.org M +25 -2 libs/image/kis_layer_utils.cpp M +4 -2 libs/image/kis_layer_utils.h M +11 -0 libs/image/krita_utils.h M +8 -0 libs/ui/tool/kis_tool.cc M +1 -0 libs/ui/tool/kis_tool.h M +65 -85 plugins/tools/basictools/kis_tool_move.cc M +3 -1 plugins/tools/basictools/kis_tool_move.h M +31 -28 plugins/tools/basictools/strokes/move_stroke_strategy.cpp M +3 -12 plugins/tools/basictools/strokes/move_stroke_strategy.h M +1 -1 plugins/tools/basictools/tests/move_stroke_test.cpp http://commits.kde.org/krita/28d985bcb91b5ca2e4cd410e7f01db14d30ec748 |