Skip to content

Fix Color picking in Freehand Path Tool and Bezier Curve tool

Sharaf Zaman requested to merge szaman/krita:sh-zam/fix-color-picking into krita/4.3

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.

BUG:373037

Merge request reports