[apps] Graph: when setting default range of a function, take

into account the potential periodicity
This commit is contained in:
Émilie Feral
2018-02-13 17:42:52 +01:00
committed by EmilieNumworks
parent 660775903f
commit 05055c387f
6 changed files with 24 additions and 3 deletions

View File

@@ -48,4 +48,8 @@ bool InteractiveCurveViewRangeDelegate::didChangeRange(InteractiveCurveViewRange
return true;
}
float InteractiveCurveViewRangeDelegate::interestingXRange() {
return 10.0f;
}
}