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:
parent
a06cbf3fc2
commit
f15ba33751
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user