https://bugs.kde.org/show_bug.cgi?id=480564
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/5244f9f406 | |cd029786c7c766d2561b089497e | |bf6 --- Comment #10 from Marco Martin <notm...@gmail.com> --- Git commit 5244f9f406cd029786c7c766d2561b089497ebf6 by Marco Martin. Committed on 15/02/2024 at 09:58. Pushed by mart into branch 'master'. Only show otherScreenThumbnail if we are actually dragging otherScreenThumbnail is used to fake a window thumbnail being dragged half in the old screen, half in the "new" one (or even more than two) right now the condition to use it is purely the "real" thumbnail x or y change, but sometimes especially when the item has just been created and is being laid out it might trigger an itemDraggedOutOfScreen when no-one was dragging. We should never make otherScreenThumbnail visible when we aren't dragging a thumbnail, so check for Drag being active in the source item. the item will be kept visible even if drag becomes inactive as before, as it still needs to be visible for the reset animation M +3 -1 src/plugins/private/qml/WindowHeap.qml https://invent.kde.org/plasma/kwin/-/commit/5244f9f406cd029786c7c766d2561b089497ebf6 -- You are receiving this mail because: You are watching all bug changes.