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

Marco Martin <notm...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
                   |ma/kwin/-/commit/5244f9f406 |ma/kwin/-/commit/5bf066ff11
                   |cd029786c7c766d2561b089497e |a3fa9ec70963ffe96ecef6c3928
                   |bf6                         |0ad

--- Comment #11 from Marco Martin <notm...@gmail.com> ---
Git commit 5bf066ff11a3fa9ec70963ffe96ecef6c39280ad by Marco Martin.
Committed on 15/02/2024 at 10:01.
Pushed by mart into branch 'Plasma/6.0'.

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/5bf066ff11a3fa9ec70963ffe96ecef6c39280ad

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

Reply via email to