https://bugs.kde.org/show_bug.cgi?id=372221
--- Comment #14 from Quiralta <rjquira...@gmail.com> --- (In reply to wolthera from comment #11) > Git commit 0328e20bc072c11ed5a6c12bb226ceca23d46711 by Wolthera van Hövell > tot Westerflier. > Committed on 25/08/2017 at 15:39. > Pushed by woltherav into branch 'master'. > > Fix the offset in the triangle color selector. > > This, combined with the recent speed up should fix two of the big issues with > the internal selector. The other issues are a desyncing between the two > selector widgets > due to stupid rounding errors, and whether or not it should be possible to > have the hue ring > stuck to one color. These will both take a lot of rewiring. > > Anyway, test plz when you have the chance. > > M +16 -11 libs/ui/widgets/KisVisualTriangleSelectorShape.cpp > > https://commits.kde.org/krita/0328e20bc072c11ed5a6c12bb226ceca23d46711 Reporting back my tests (this on the master branch build), there is definitely a big improvement: -Speed has increase significantly, although still a tiny bit glitchy, this is not too noticeable, -The color selector prompt seems much more accurate while using the popup palette except: -the corners of the selector (pure black/white/color) are very difficult to select from the popup palette (or other widgets that use this), dragging would not reach the corner, clicking on the corners give sporadic results. -This behavior obviously is experienced in other widgets that uses the new color selector like selecting color for fill layer or the color to alpha widget. note: I use my build on a six core (half decent) pc with 16ram, I think the speed as mention is been helped by the better use of multicores, not sure how the selector is going to behave on a lesser performance wise pc though. -- You are receiving this mail because: You are watching all bug changes.