Created attachment 78178 [details] A mockup proposition : using the default Qt dialog color selector on click. Clicking on the color icons in the top toolbar don't show color dialog.
Git commit 53356cb20f1100edf716beba8c407953b3c692ec by Boudewijn Rempt. Committed on 30/03/2013 at 13:56. Pushed by rempt into branch 'master'. Enable the default kde color selector from the color popup button Saves a memory as well. M +1 -1 krita/ui/kis_control_frame.cpp M +11 -9 libs/widgets/KoDualColorButton.cpp http://commits.kde.org/calligra/53356cb20f1100edf716beba8c407953b3c692ec
Many thanks ! It works perfect and this dialog add a lot of new feature to Krita : - no need to open 'specific color selector' for tweaking a color with precision ( ex, having a 40% grey value ) - 'specific color selector' was limited to RGB ( or image channel ) + HTML Hex format , now this one have in bonus HSV - Palette : the actual palette docker in Krita is a broken system to perform adding a simple color ( 3 modal windows to enter a single color , and the docker not refresh after adding a color, so it's uneditable or the trick is to switch palette 2 time to refresh ... ) , the 'custom colors' of the default kde color selector allow to register easier new colors and save them across multiple artwork or multiple instance of Krita opened. So, this will have a lot of positive impact on my daily usage. Thanks.