activate dragged window if not using present windows in desktop grid

BUG: 254044
REVIEW: 104247
FIXED-IN: 4.9
icc-effect-5.14.5
Thomas Lübking 2012-03-13 00:53:13 +01:00
parent 494ffbdfd4
commit cd8e84f5f2
1 changed files with 2 additions and 0 deletions

View File

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