https://bugs.kde.org/show_bug.cgi?id=499871
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi |t/b5050b45953181181dd9ee9e5 |t/8b82278b6384f06817a801a50 |e6e875140c08486 |3a14f43a18ded28 --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit 8b82278b6384f06817a801a503a14f43a18ded28 by Nate Graham. Committed on 02/03/2025 at 17:37. Pushed by ngraham into branch 'Plasma/6.3'. components/calendar: Fix previous/next buttons not always working When you pressed the next or previous button in quick succession it wouldn't always change the view since it waited for the animation to end before actually changing the backend value. Fix this by checking if we are moving through the velocity value, and if so, trigger the next/previous in the backend. (cherry picked from commit b5050b45953181181dd9ee9e5e6e875140c08486) Co-authored-by: Mathias Tillman <master.ho...@gmail.com> M +26 -18 components/calendar/qml/InfiniteList.qml M +2 -0 components/calendar/qml/MonthView.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/8b82278b6384f06817a801a503a14f43a18ded28 -- You are receiving this mail because: You are watching all bug changes.