mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[shared] Rename methods
This commit is contained in:
committed by
LeaNumworks
parent
1f8ab10ae5
commit
ffebd2e987
@@ -155,7 +155,7 @@ int FunctionGraphController::numberOfCurves() const {
|
||||
|
||||
void FunctionGraphController::interestingRanges(InteractiveCurveViewRange * range) {
|
||||
float ratio = InteractiveCurveViewRange::NormalYXRatio() / (1 + cursorTopMarginRatio() + cursorBottomMarginRatio());
|
||||
InterestingRangesHelper(range, textFieldDelegateApp()->localContext(), functionStore(), ratio);
|
||||
DefaultInterestingRanges(range, textFieldDelegateApp()->localContext(), functionStore(), ratio);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user