Summary: | [Specific Color Selector] Labels not updated for chosen RGB color model | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | oktopuse |
Component: | Color Selectors | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | griffinvalley, luiswu |
Priority: | NOR | ||
Version: | 5.2.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/1371e2b8198c67ff4f5a1337b5bdccead673ba9a | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Specific Color Selector in HSL, showing HSV labels |
Confirming. *** Bug 486083 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2231 Git commit b726f2d8b767a7032041fda76ab779eb857d72ba by Freya Lupen. Committed on 10/09/2024 at 14:53. Pushed by freyalupen into branch 'master'. Specific Color Selector: Update labels fox HSX Update the slider labels when switching between HSV/HSL/HSI/HSY. Also, switch to using QGridLayout so the labels will stay aligned should their width change, and some minor code cleanup. M +49 -45 libs/widgets/kis_color_input.cpp M +2 -0 libs/widgets/kis_color_input.h https://invent.kde.org/graphics/krita/-/commit/b726f2d8b767a7032041fda76ab779eb857d72ba Git commit 1371e2b8198c67ff4f5a1337b5bdccead673ba9a by Freya Lupen. Committed on 10/09/2024 at 14:55. Pushed by freyalupen into branch 'krita/5.2'. Specific Color Selector: Update labels fox HSX Update the slider labels when switching between HSV/HSL/HSI/HSY. Also, switch to using QGridLayout so the labels will stay aligned should their width change, and some minor code cleanup. (cherry picked from commit b726f2d8b767a7032041fda76ab779eb857d72ba) M +49 -45 libs/widgets/kis_color_input.cpp M +2 -0 libs/widgets/kis_color_input.h https://invent.kde.org/graphics/krita/-/commit/1371e2b8198c67ff4f5a1337b5bdccead673ba9a |
Created attachment 162266 [details] Specific Color Selector in HSL, showing HSV labels SUMMARY When using the Specific Color Selector, the labels for hue, saturation, and value seem to not get updated when you choose a different RGB color model than HSV. STEPS TO REPRODUCE 1. Open the Specific Color Selector docker 2. Choose the RGB color model at the top 3. In the bottom left, change from RGB to HSV 4. Change from HSV to HSL, HSI, or HSY OBSERVED RESULT The labels for H, S, V on the left side stay HSV throughout EXPECTED RESULT The labels for H, S, V on the left side update to the current color model (e.g. H, S, L when HSL is selected) SOFTWARE/OS VERSIONS Windows: Windows 10 22H2 19045.3448 Qt Version: 5.15.7 ADDITIONAL INFORMATION