https://bugs.kde.org/show_bug.cgi?id=478521
Freya Lupen <penguinflyer2...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/bb071e0 | |96fc431bf00a3f4e4f5a64ba69f | |edd51c Resolution|--- |FIXED --- Comment #3 from Freya Lupen <penguinflyer2...@gmail.com> --- Git commit bb071e096fc431bf00a3f4e4f5a64ba69fedd51c by Freya Lupen. Committed on 28/01/2024 at 15:47. Pushed by freyalupen into branch 'master'. Add colorspace lock to Specific Color Selector Previously, unless the CS combobox was changed, the internal colorspace would match the layer, without changing the UI. When clicking the RGB/HSV button in a nonRGB layer, it would then hide itself despite the UI still being in RGB. Now there's a lock to indicate whether the colorspace should use the current layer or a colorspace specified by the user in the combobox, and the UI behaves accordingly. Also, simplifies KisSpecificColorSelectorWidget::updateHsvSelector(). M +32 -44 plugins/dockers/specificcolorselector/kis_specific_color_selector_widget.cc M +3 -2 plugins/dockers/specificcolorselector/kis_specific_color_selector_widget.h M +2 -0 plugins/dockers/specificcolorselector/specificcolorselector_dock.cc M +10 -0 plugins/dockers/specificcolorselector/wdgSpecificColorSelectorWidget.ui https://invent.kde.org/graphics/krita/-/commit/bb071e096fc431bf00a3f4e4f5a64ba69fedd51c -- You are receiving this mail because: You are watching all bug changes.