mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[apps/range_parameter_controller] Remove YAuto
This allows for a great deal of simplifications in the class RangeParamterController. Change-Id: I5de55d4e8e1f598eb13b08fb8f042907f55b2fa8
This commit is contained in:
committed by
Émilie Feral
parent
5a07db3452
commit
1a5661fd4c
@@ -59,7 +59,6 @@ void GraphController::interestingRanges(InteractiveCurveViewRange * range) const
|
||||
assert(nmax - nmin >= k_defaultXHalfRange);
|
||||
|
||||
range->setXMin(nmin);
|
||||
range->setYAuto(true);
|
||||
range->setXMax(nmax);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user