* Not sure why Brecht changed the behaviour of FFM here. This should hopefully

fix most of the issues.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33768 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-10-25 21:53:27 +00:00
parent c3d0a5e8a1
commit b85716cbd9

View File

@ -852,7 +852,7 @@ Desktop::RemoveWorkspacesView(WorkspacesView* view)
void
Desktop::SelectWindow(Window* window)
{
if (fSettings->MouseMode() != B_NORMAL_MOUSE) {
if (fSettings->MouseMode() == B_CLICK_TO_FOCUS_MOUSE) {
// Only bring the window to front when it is not the window under the
// mouse pointer. This should result in sensible behaviour.
if (window != fWindowUnderMouse