Ensure that the window is in the front when using focus follow mouse.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38509 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler
2010-09-02 03:10:55 +00:00
parent 04674450ad
commit d344b03a93
@@ -342,6 +342,9 @@ StackAndTile::_StartSAT()
return;
group->RemoveWindow(fCurrentSATWindow);
// Bring window to the front. (in focus follow mouse this is not
// automatically the case)
_ActivateWindow(fCurrentSATWindow);
fCurrentSATWindow->FindSnappingCandidates();
}