Merge "[apps/graph][apps/sequence] Reinit graph range to default when the model changed"

This commit is contained in:
Émilie Feral
2017-05-24 18:14:47 +02:00
committed by Gerrit

View File

@@ -141,9 +141,8 @@ void FunctionGraphController::reloadBannerView() {
}
void FunctionGraphController::initRangeParameters() {
if (didChangeRange(interactiveCurveViewRange())) {
initCursorParameters();
}
interactiveCurveViewRange()->setDefault();
initCursorParameters();
}
bool FunctionGraphController::moveCursorVertically(int direction) {