activate dragged window if not using present windows in desktop grid
BUG: 254044 REVIEW: 104247 FIXED-IN: 4.9
This commit is contained in:
parent
494ffbdfd4
commit
cd8e84f5f2
1 changed files with 2 additions and 0 deletions
|
@ -673,6 +673,8 @@ void DesktopGridEffect::windowInputMouseEvent(Window, QEvent* e)
|
||||||
}
|
}
|
||||||
effects->addRepaintFull();
|
effects->addRepaintFull();
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
effects->activateWindow(windowMove);
|
||||||
}
|
}
|
||||||
effects->setElevatedWindow(windowMove, false);
|
effects->setElevatedWindow(windowMove, false);
|
||||||
windowMove = NULL;
|
windowMove = NULL;
|
||||||
|
|
Loading…
Reference in a new issue