[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.
This commit is contained in:
Ruben Dashyan
2020-02-25 14:01:47 +01:00
committed by LeaNumworks
parent 7e6a601af0
commit 436b934f76

View File

@@ -89,7 +89,6 @@ void GraphController::viewWillAppear() {
void GraphController::selectRegressionCurve() {
*m_selectedDotIndex = -1;
setRoundCrossCursorView(true);
}
// Private