mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[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:
committed by
LeaNumworks
parent
7e6a601af0
commit
436b934f76
@@ -89,7 +89,6 @@ void GraphController::viewWillAppear() {
|
||||
|
||||
void GraphController::selectRegressionCurve() {
|
||||
*m_selectedDotIndex = -1;
|
||||
setRoundCrossCursorView(true);
|
||||
}
|
||||
|
||||
// Private
|
||||
|
||||
Reference in New Issue
Block a user