https://bugs.kde.org/show_bug.cgi?id=446755
Tiar <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/d28aaccfd | |cc364447583803968f3d4bd9692 | |708c --- Comment #3 from Tiar <tamtamy.tym...@gmail.com> --- Git commit d28aaccfdcc364447583803968f3d4bd9692708c by Agata Cacko. Committed on 02/04/2022 at 00:50. Pushed by tymond into branch 'master'. Fix too small hitboxes for curve widget Before this commit, it was difficult to click on a control point of the curve widget, especially with a stylus, because the hitboxes were quite small. Some time ago the control boxes were made visually bigger, but without taking care of hitboxes, so the situation just before this commit was that the user could click on the ellipse marking the control point but still create a new point instead of moving the one the user intended to click on. This commit ensures that the painting code and the logic code both use the same value, and that the hitbox for the point is circular. M +10 -10 libs/ui/widgets/kis_curve_widget.cpp M +21 -2 libs/ui/widgets/kis_curve_widget_p.h https://invent.kde.org/graphics/krita/commit/d28aaccfdcc364447583803968f3d4bd9692708c -- You are receiving this mail because: You are watching all bug changes.