* 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:
parent
c3d0a5e8a1
commit
b85716cbd9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user