mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/reg] Change Value not reached by regression message
This commit is contained in:
@@ -67,7 +67,7 @@ bool GoToParameterController::setParameterAtIndex(int parameterIndex, double f)
|
||||
}
|
||||
}
|
||||
// Value not reached
|
||||
app()->displayWarning(I18n::Message::ValueNotReachedByRegression); //TODO
|
||||
app()->displayWarning(I18n::Message::ValueNotReachedByRegression);
|
||||
return false;
|
||||
}
|
||||
m_graphController->selectRegressionCurve();
|
||||
|
||||
Reference in New Issue
Block a user