mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/*curve_view_range] Use existing method
This commit is contained in:
@@ -107,9 +107,7 @@ void InteractiveCurveViewRange::roundAbscissa() {
|
||||
return;
|
||||
}
|
||||
m_xMax = newXMax;
|
||||
MemoizedCurveViewRange::setXMin(newXMin);
|
||||
// Set y range
|
||||
notifyRangeChange();
|
||||
setXMin(newXMin);
|
||||
}
|
||||
|
||||
void InteractiveCurveViewRange::normalize() {
|
||||
|
||||
Reference in New Issue
Block a user