Created attachment 102503 [details] screenshot showing the problem in Krita When you color pick with Ctrl+LeftMouse while in the Freehand Path Tool then that click will affects your line when you start drawing. It creates an unwanted straight line from where you color picked (You can see what I mean in the attachment image). best regards, Kjartan Tysdal PS. thanks a lot for Krita. I've been using it quite a lot lately and I find it be be really nice to work in.
Hi Kjartan, Thanks for your report. I can confirm the issue. Now I only need to figure out how to fix it :-)
The same problem can be seen with the other path tools, like the bezier curve tool.
*** Bug 418812 has been marked as a duplicate of this bug. ***
Yep, still a thing. Reproduced on 4.2.8 and 4.2.9-beta on Windows 10.
Git commit 5ec68b37737d383bb906488ed52b350e5525a95b by Sharaf Zaman. Committed on 23/05/2020 at 08:09. Pushed by szaman into branch 'krita/4.3'. Fix Color picking in Freehand Path Tool and Bezier Curve tool This bug was caused because the tools weren't using the usual design. So, when the user would use color picker it would send `beginPrimaryAction` to color picker, but also send `mousePressEvent` to the primary tool. M +15 -9 plugins/tools/basictools/kis_tool_path.cc M +7 -3 plugins/tools/basictools/kis_tool_path.h M +24 -2 plugins/tools/basictools/kis_tool_pencil.cc M +7 -0 plugins/tools/basictools/kis_tool_pencil.h https://invent.kde.org/graphics/krita/commit/5ec68b37737d383bb906488ed52b350e5525a95b