remove left over debugging output
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15363 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -467,7 +467,7 @@ BScrollBar::MouseDown(BPoint where)
|
|||||||
Invalidate(fPrivateData->fThumbFrame);
|
Invalidate(fPrivateData->fThumbFrame);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
printf("check\n");
|
|
||||||
// hit test for arrows or empty area
|
// hit test for arrows or empty area
|
||||||
float scrollValue = 0.0;
|
float scrollValue = 0.0;
|
||||||
fPrivateData->fButtonDown = _ButtonFor(where);
|
fPrivateData->fButtonDown = _ButtonFor(where);
|
||||||
|
|||||||
Reference in New Issue
Block a user