synced with version 1.59 of the OpenTracker rep

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15877 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2006-01-08 18:00:25 +00:00
parent a06cbf3fc2
commit f15ba33751

View File

@ -6722,7 +6722,7 @@ BPoseView::DragSelectionRect(BPoint startPoint, bool shouldExtend)
BPoint oldMousePoint(startPoint);
while (button) {
GetMouse(&newMousePoint, &button);
GetMouse(&newMousePoint, &button, false);
if (newMousePoint != oldMousePoint) {
oldMousePoint = newMousePoint;
BRect oldRect = fSelectionRect;