https://bugs.kde.org/show_bug.cgi?id=472360
Nate Graham <[email protected]> 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/d610eac44f25b7208aae74304 |t/41b84a1be8503f73ebdb017e4 |3a4cdf56fec4310 |9137f924abebe3c --- Comment #10 from Nate Graham <[email protected]> --- Git commit 41b84a1be8503f73ebdb017e49137f924abebe3c by Nate Graham. Committed on 17/08/2026 at 21:17. Pushed by ngraham into branch 'Plasma/6.7'. InfiniteList: fix calendar changing views when dragging it between displays When dragging the calendar between displays, the view jumps one month and 11 years. This is because during the reparenting of the widget the width and height briefly goes to 0. The widget interprets this as the view having reached the edge on the month, year, and decade views, resulting in said time jump. Might be possible to fix the root cause within the shell in the future. Previously the code ate one event at startup to prevent it from jumping when dragging the widget to desktop. (cherry picked from commit d610eac44f25b7208aae743043a4cdf56fec4310) Co-authored-by: Antti Savolainen <[email protected]> M +5 -10 components/calendar/qml/InfiniteList.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/41b84a1be8503f73ebdb017e49137f924abebe3c -- You are receiving this mail because: You are watching all bug changes.
