forgot to add a comment

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15460 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-12-10 08:21:50 +00:00
parent a80bd60522
commit 12b29b9f1a

View File

@ -317,6 +317,9 @@ BScrollBar::ValueChanged(float newValue)
void void
BScrollBar::SetProportion(float value) BScrollBar::SetProportion(float value)
{ {
// NOTE: The Tracker depends on the broken
// behaviour to allow a proportion less than
// 0 or greater than 1
/* if (value < 0.0) /* if (value < 0.0)
value = 0.0; value = 0.0;
if (value > 1.0) if (value > 1.0)