https://bugs.kde.org/show_bug.cgi?id=446755
Tiar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/d28aaccfd |hics/krita/commit/b7e5c9aad |cc364447583803968f3d4bd9692 |ad07161622dcd9cf8a17ba0bae7 |708c |07d2 --- Comment #4 from Tiar <[email protected]> --- Git commit b7e5c9aadad07161622dcd9cf8a17ba0bae707d2 by Agata Cacko. Committed on 11/04/2022 at 02:55. Pushed by tymond into branch 'krita/5.0'. 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. (cherry picked from commit d28aaccfdcc364447583803968f3d4bd9692708c) 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/b7e5c9aadad07161622dcd9cf8a17ba0bae707d2 -- You are receiving this mail because: You are watching all bug changes.
