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:
parent
57fae99f33
commit
989c00e887
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ bool Edge::activatesForPointer() const
|
|||
if (!c || c->isInteractiveResize()) {
|
||||
return false;
|
||||
}
|
||||
isMovingWindow = true;
|
||||
}
|
||||
|
||||
if (m_client) {
|
||||
|
|
Loading…
Reference in a new issue