Fixed build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15977 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
39c5ec1669
commit
9a96efa92a
@ -823,7 +823,7 @@ WindowLayer::MouseDown(BMessage* message, BPoint where, int32* _viewToken)
|
||||
DesktopSettings desktopSettings(fDesktop);
|
||||
|
||||
// Activate window in case it doesn't accept first click, and
|
||||
- // we're not in FFM mode
|
||||
// we're not in FFM mode
|
||||
if ((Flags() & B_WILL_ACCEPT_FIRST_CLICK) == 0
|
||||
&& desktopSettings.MouseMode() == B_NORMAL_MOUSE)
|
||||
fDesktop->ActivateWindow(this);
|
||||
|
Loading…
Reference in New Issue
Block a user