* removed left over debug output, sorry about that
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17307 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -291,7 +291,6 @@ an actual BView within the scroll bar's window.
|
|||||||
void
|
void
|
||||||
BScrollBar::SetValue(float value)
|
BScrollBar::SetValue(float value)
|
||||||
{
|
{
|
||||||
//printf("BScrollBar::SetValue(%.1f)\n", value);
|
|
||||||
if (value == fValue)
|
if (value == fValue)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
@@ -305,7 +304,6 @@ BScrollBar::SetValue(float value)
|
|||||||
_UpdateThumbFrame();
|
_UpdateThumbFrame();
|
||||||
_UpdateArrowButtons();
|
_UpdateArrowButtons();
|
||||||
|
|
||||||
//printf(" -> calling ValueChanged()\n");
|
|
||||||
ValueChanged(value);
|
ValueChanged(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -320,7 +318,6 @@ BScrollBar::Value() const
|
|||||||
void
|
void
|
||||||
BScrollBar::ValueChanged(float newValue)
|
BScrollBar::ValueChanged(float newValue)
|
||||||
{
|
{
|
||||||
printf("BScrollBar::ValueChanged(%.1f)\n", newValue);
|
|
||||||
if (fTarget) {
|
if (fTarget) {
|
||||||
// cache target bounds
|
// cache target bounds
|
||||||
BRect targetBounds = fTarget->Bounds();
|
BRect targetBounds = fTarget->Bounds();
|
||||||
|
|||||||
Reference in New Issue
Block a user