SUMMARY When you duplicate a Layer and even if you have the move tool active, you can move the layer until you press Esc key or another shortcut or tool and comeback to the move tool to be able to move the object STEPS TO REPRODUCE 1. Layer>Duplicate it 2. Move tool active 3. drag it. OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Hi, Thanks for the report. I can confirm the issue.
Git commit 8b7be89122a1d5cab49683a44338305d2edf41d8 by Dmitry Kazakov. Committed on 13/06/2019 at 13:45. Pushed by dkazakov into branch 'master'. Fix move and transform tools after quick layer duplication Duplication happens in a node juggler that tries to keep the number of actions/updates as low as possible, therefor it keeps a stroke open for a couple of seconds after the user did the action. We should properly close this stroke by emitting KisImage::sigStrokeEndRequested(). M +1 -4 plugins/tools/basictools/kis_tool_move.cc M +1 -5 plugins/tools/tool_transform2/kis_tool_transform.cc https://invent.kde.org/kde/krita/commit/8b7be89122a1d5cab49683a44338305d2edf41d8
*** Bug 408474 has been marked as a duplicate of this bug. ***
*** Bug 408135 has been marked as a duplicate of this bug. ***
Git commit 93520ec52d46a4e406a60a9049c50827ea4090e9 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 17/06/2019 at 08:16. Pushed by rempt into branch 'krita/4.2'. Fix move and transform tools after quick layer duplication Duplication happens in a node juggler that tries to keep the number of actions/updates as low as possible, therefor it keeps a stroke open for a couple of seconds after the user did the action. We should properly close this stroke by emitting KisImage::sigStrokeEndRequested(). M +1 -4 plugins/tools/basictools/kis_tool_move.cc M +1 -5 plugins/tools/tool_transform2/kis_tool_transform.cc https://invent.kde.org/kde/krita/commit/93520ec52d46a4e406a60a9049c50827ea4090e9
*** Bug 408032 has been marked as a duplicate of this bug. ***