| Summary: | RGB/HSX options disappear from the Specific color selector when switching to a layer in non-RGB space | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | paleh <paleh21669> |
| Component: | Color Selectors | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | penguinflyer2222 |
| Priority: | NOR | ||
| Version First Reported In: | 5.2.2 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/bb071e096fc431bf00a3f4e4f5a64ba69fedd51c | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
paleh
2023-12-14 19:37:32 UTC
Confirmed. A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2053 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 |