Set a more reasonable Variable range then the default one ([0, inf)).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38166 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -343,6 +343,8 @@ Variable::Variable(LinearSpec* ls)
|
|||||||
if (!add_columnex(fLS->fLP, 0, &d, &i))
|
if (!add_columnex(fLS->fLP, 0, &d, &i))
|
||||||
printf("Error in add_columnex.");
|
printf("Error in add_columnex.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SetRange(-DBL_MAX, DBL_MAX);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user