https://bugs.kde.org/show_bug.cgi?id=337328
Anna Medonosova <anna.medonos...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|http://commits.kde.org/call |https://commits.kde.org/kri |igra/cb207e27e7cda184f0901e |ta/52afd0cbfc8e23d1b4c9f519 |4ea5bcb79cb8bcf666 |356dbe847fc2a890 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #20 from Anna Medonosova <anna.medonos...@gmail.com> --- Git commit 52afd0cbfc8e23d1b4c9f519356dbe847fc2a890 by Anna Medonosova. Committed on 01/01/2019 at 12:58. Pushed by amedonosova into branch 'master'. Advanced Color Selector: option to hide color selector Summary: I have resurrected the original patch by Ranveer Aggarwal, which enables the user to hide the color selector part of the docker. There was one issue with the original: the docker settings button is inside the color selector, therefore when you hide the selector, the only way to configure the docker is via the main menu, "Settings" -> "Configure Krita". To solve that I have added a fallback settings button to the docker widget, which appears when the color selector part is hidden. Reviewers: #krita, rempt Reviewed By: #krita, rempt Subscribers: rempt Tags: #krita Differential Revision: https://phabricator.kde.org/D17893 M +15 -8 plugins/dockers/advancedcolorselector/kis_color_selector_container.cpp M +1 -0 plugins/dockers/advancedcolorselector/kis_color_selector_container.h M +68 -4 plugins/dockers/advancedcolorselector/kis_color_selector_ng_docker_widget.cpp M +8 -0 plugins/dockers/advancedcolorselector/kis_color_selector_ng_docker_widget.h M +3 -3 plugins/dockers/advancedcolorselector/kis_color_selector_settings.cpp M +256 -244 plugins/dockers/advancedcolorselector/wdg_color_selector_settings.ui https://commits.kde.org/krita/52afd0cbfc8e23d1b4c9f519356dbe847fc2a890 -- You are receiving this mail because: You are watching all bug changes.