mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/graph][apps/sequence] Reinit graph range to default when the model
changed Change-Id: Id51deba3fc12338fdb97e8daf1618460abac2446
This commit is contained in:
@@ -141,9 +141,8 @@ void FunctionGraphController::reloadBannerView() {
|
||||
}
|
||||
|
||||
void FunctionGraphController::initRangeParameters() {
|
||||
if (didChangeRange(interactiveCurveViewRange())) {
|
||||
initCursorParameters();
|
||||
}
|
||||
interactiveCurveViewRange()->setDefault();
|
||||
initCursorParameters();
|
||||
}
|
||||
|
||||
bool FunctionGraphController::moveCursorVertically(int direction) {
|
||||
|
||||
Reference in New Issue
Block a user