screenedge: Fix dragging windows between VDs

Add the missing condition to allow moving windows between
VDs by dragging.

Amends 861105248d
This commit is contained in:
Ismael Asensio 2023-09-11 19:05:54 +02:00
parent 57fae99f33
commit 989c00e887

View file

@ -229,6 +229,7 @@ bool Edge::activatesForPointer() const
if (!c || c->isInteractiveResize()) {
return false;
}
isMovingWindow = true;
}
if (m_client) {