From b85716cbd9a7974483cf544f681d87ba34f7bf7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 25 Oct 2009 21:53:27 +0000 Subject: [PATCH] * 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 --- src/servers/app/Desktop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/app/Desktop.cpp b/src/servers/app/Desktop.cpp index 99883bb2a2..5b1809a94f 100644 --- a/src/servers/app/Desktop.cpp +++ b/src/servers/app/Desktop.cpp @@ -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