Small leftover from my debug code. Return the correct status now.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42379 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
63bf94e273
commit
33dd44da71
@ -502,10 +502,8 @@ SATWindowBehaviour::AlterDeltaForSnap(Window* window, BPoint& delta,
|
|||||||
for (int32 i = 1; i < group->CountItems(); i++)
|
for (int32 i = 1; i < group->CountItems(); i++)
|
||||||
groupFrame = groupFrame | group->WindowAt(i)->CompleteWindowFrame();
|
groupFrame = groupFrame | group->WindowAt(i)->CompleteWindowFrame();
|
||||||
|
|
||||||
fMagneticBorder.AlterDeltaForSnap(window->Screen(),
|
return fMagneticBorder.AlterDeltaForSnap(window->Screen(),
|
||||||
groupFrame, delta, now);
|
groupFrame, delta, now);
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user