https://bugs.kde.org/show_bug.cgi?id=453995
ratijas <m...@ratijas.tk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/b01ea99c0170 | |d34cb0965b05db9b27c070ff1ee | |a Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #18 from ratijas <m...@ratijas.tk> --- Git commit b01ea99c0170d34cb0965b05db9b27c070ff1eea by ivan tkachenko. Committed on 12/09/2022 at 22:49. Pushed by ratijas into branch 'master'. effects/desktopgrid: Restore position correctly when dropping a window This required a bit of a magic on the WindowHeap side to store and restore global position of a WindowHeapDelegates' window thumbnails. An additional property bool animationEnabled on a delegate level enables the heap to restore position without playing unneeded initial animation, just like the heap itself. Windows that are being dragged or already returning form a drop are positioned higher than others on a z-stack. M +4 -0 src/effects/desktopgrid/qml/DesktopView.qml M +7 -0 src/effects/desktopgrid/qml/main.qml M +24 -0 src/effects/private/qml/WindowHeap.qml M +74 -8 src/effects/private/qml/WindowHeapDelegate.qml https://invent.kde.org/plasma/kwin/commit/b01ea99c0170d34cb0965b05db9b27c070ff1eea -- You are receiving this mail because: You are watching all bug changes.