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:
parent
a80bd60522
commit
12b29b9f1a
@ -317,6 +317,9 @@ BScrollBar::ValueChanged(float newValue)
|
||||
void
|
||||
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)
|
||||
value = 0.0;
|
||||
if (value > 1.0)
|
||||
|
Loading…
Reference in New Issue
Block a user