Summary: | Moving a Paint layer which is sitting above a Vector layer to the top, causes the switching to the "Select Shapes Tool" | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | mvowada <freebox64> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/4f749d034cd33648d8d887978a762c02a72228d7 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Video |
Git commit 44560a8c74cd343ef163066c229fc2835e7cef4f by Dmitry Kazakov. Committed on 31/08/2018 at 13:45. Pushed by dkazakov into branch 'master'. Fix resetting active tool when moving layers above vector layers Perhaps we should make this system a bit more robust... Right now a few active node switches happen when one moves a layer. If the user had some tool activated, it may be reset in the meantime, which is not very desirable. M +4 -4 libs/ui/kis_node_manager.cpp https://commits.kde.org/krita/44560a8c74cd343ef163066c229fc2835e7cef4f Git commit 4f749d034cd33648d8d887978a762c02a72228d7 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 07/09/2018 at 12:51. Pushed by rempt into branch 'krita/4.1'. Fix resetting active tool when moving layers above vector layers Perhaps we should make this system a bit more robust... Right now a few active node switches happen when one moves a layer. If the user had some tool activated, it may be reset in the meantime, which is not very desirable. M +4 -4 libs/ui/kis_node_manager.cpp https://commits.kde.org/krita/4f749d034cd33648d8d887978a762c02a72228d7 |
Created attachment 114716 [details] Video (4.2.0-pre-alpha (git 0ebf6d9) - Ubuntu 14.04, Unity) Steps (see video): 1. press "B" (Freehand Brush Tool) 2. create: Vector + Paint + Paint layers 3. move the Paint layer right above the Vector to the top Actual Results: the current tool switches to the "Select Shapes Tool"