https://bugs.kde.org/show_bug.cgi?id=458675

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/plasma-workspace/commit/
                   |                            |d8be398bd149a69199b001bc3a3
                   |                            |e6d6c6dff9b7d
   Version Fixed In|                            |5.26
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Nate Graham <n...@kde.org> ---
Git commit d8be398bd149a69199b001bc3a3e6d6c6dff9b7d by Nate Graham.
Committed on 10/09/2022 at 15:19.
Pushed by ngraham into branch 'master'.

kcms/nightcolor: hide preview message after scroll manipulation

Currently, if you interact with one of the color temperature sliders
by scrolling, the preview message and full-screen color tint are
activated but never deactivated. This is because the deactivation only
happens in an `onPressedChanged` handler, but with a scroll, there is no
change to the `pressed` property's status, so it never fires and hence
the message and overlay never disappear.

This commit fixes that by using a timer to hide them that only triggers
when a slider is manipulated using a scroll.
FIXED-IN: 5.26

M  +40   -10   kcms/nightcolor/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-workspace/commit/d8be398bd149a69199b001bc3a3e6d6c6dff9b7d

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to