activate dragged window if not using present windows in desktop grid

BUG: 254044
REVIEW: 104247
FIXED-IN: 4.9
This commit is contained in:
Thomas Lübking 2012-03-13 00:53:13 +01:00
parent 494ffbdfd4
commit cd8e84f5f2

View file

@ -673,6 +673,8 @@ void DesktopGridEffect::windowInputMouseEvent(Window, QEvent* e)
}
effects->addRepaintFull();
}
else
effects->activateWindow(windowMove);
}
effects->setElevatedWindow(windowMove, false);
windowMove = NULL;