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:
@@ -342,6 +342,9 @@ StackAndTile::_StartSAT()
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
group->RemoveWindow(fCurrentSATWindow);
|
group->RemoveWindow(fCurrentSATWindow);
|
||||||
|
// Bring window to the front. (in focus follow mouse this is not
|
||||||
|
// automatically the case)
|
||||||
|
_ActivateWindow(fCurrentSATWindow);
|
||||||
|
|
||||||
fCurrentSATWindow->FindSnappingCandidates();
|
fCurrentSATWindow->FindSnappingCandidates();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user