From 436b934f7644e0ab6a35268172e7061748cf6b9b Mon Sep 17 00:00:00 2001 From: Ruben Dashyan Date: Tue, 25 Feb 2020 14:01:47 +0100 Subject: [PATCH] [apps/regression/graph_controller] selectRegressionCurve does not update the cursor view selectRegressionCurve is only called from GoToParameterController and is part of the GraphController's API for updating the model. It should not update the view. viewWillAppear does. --- apps/regression/graph_controller.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/regression/graph_controller.cpp b/apps/regression/graph_controller.cpp index fa11d95ff..7209e37e0 100644 --- a/apps/regression/graph_controller.cpp +++ b/apps/regression/graph_controller.cpp @@ -89,7 +89,6 @@ void GraphController::viewWillAppear() { void GraphController::selectRegressionCurve() { *m_selectedDotIndex = -1; - setRoundCrossCursorView(true); } // Private