diff --git a/apps/shared/function_graph_controller.cpp b/apps/shared/function_graph_controller.cpp index 2e21015f2..2b5f0f00a 100644 --- a/apps/shared/function_graph_controller.cpp +++ b/apps/shared/function_graph_controller.cpp @@ -141,9 +141,8 @@ void FunctionGraphController::reloadBannerView() { } void FunctionGraphController::initRangeParameters() { - if (didChangeRange(interactiveCurveViewRange())) { - initCursorParameters(); - } + interactiveCurveViewRange()->setDefault(); + initCursorParameters(); } bool FunctionGraphController::moveCursorVertically(int direction) {