| Summary: | HSV slider arrows don't respond to value changes made with the textboxes | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | tomtomtomreportingin |
| Component: | Color Selectors | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | minor | CC: | halla |
| Priority: | NOR | Keywords: | triaged |
| Version First Reported In: | nightly build (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Appimage | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
tomtomtomreportingin
2022-05-04 02:39:11 UTC
I cannot reproduce this in the master branch. A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2231 Git commit dba6fe1fe23aa7320c7dd15f99c628a5732a6fbb by Freya Lupen. Committed on 10/09/2024 at 14:53. Pushed by freyalupen into branch 'master'. Specific ColSel: Fix holding down spinbox arrows Updating the min/max spinbox value every update interfered with holding down the step arrows. So only update it if it's changed. M +6 -2 libs/widgets/kis_color_input.cpp https://invent.kde.org/graphics/krita/-/commit/dba6fe1fe23aa7320c7dd15f99c628a5732a6fbb Git commit 48b28f2b3c9b2a4355eb327f8aa96471315c962d by Freya Lupen. Committed on 10/09/2024 at 14:55. Pushed by freyalupen into branch 'krita/5.2'. Specific ColSel: Fix holding down spinbox arrows Updating the min/max spinbox value every update interfered with holding down the step arrows. So only update it if it's changed. (cherry picked from commit dba6fe1fe23aa7320c7dd15f99c628a5732a6fbb) M +6 -2 libs/widgets/kis_color_input.cpp https://invent.kde.org/graphics/krita/-/commit/48b28f2b3c9b2a4355eb327f8aa96471315c962d |