mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/shared/curve_view_range] Define and use x|yCenter accessors
This commit is contained in:
@@ -118,7 +118,7 @@ InteractiveCurveViewRangeDelegate::Range FunctionGraphController::computeYRange(
|
||||
}
|
||||
|
||||
double FunctionGraphController::defaultCursorT() {
|
||||
return 0.0; //TODO LEA (interactiveCurveViewRange()->xMin()+interactiveCurveViewRange()->xMax())/2.0f;
|
||||
return 0.0; //TODO LEA interactiveCurveViewRange()->xCenter();
|
||||
}
|
||||
|
||||
FunctionStore * FunctionGraphController::functionStore() const {
|
||||
|
||||
Reference in New Issue
Block a user