Merge branch 'Plasma/5.15'
This commit is contained in:
commit
58de7d6862
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ void DesktopGridEffect::windowInputMouseEvent(QEvent* e)
|
|||
effects->moveWindow(windowMove, unscalePos(me->pos(), NULL) + windowMoveDiff, true, 1.0 / scale[screen]);
|
||||
}
|
||||
if (wasWindowMove) {
|
||||
if (!effects->waylandDisplay() || (me->modifiers() & Qt::ControlModifier)) {
|
||||
if (effects->waylandDisplay() && (me->modifiers() & Qt::ControlModifier)) {
|
||||
wasWindowCopy = true;
|
||||
effects->defineCursor(Qt::DragCopyCursor);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue