[apps/shared] Fix typos for Interval and curve view temporary params

Change-Id: I610726ed5966d353397be923b76dd003297940a7
This commit is contained in:
Hugo Saint-Vignes
2020-07-27 14:06:30 +02:00
committed by LeaNumworks
parent d37bf9e344
commit 61792058d3
7 changed files with 36 additions and 33 deletions

View File

@@ -47,7 +47,7 @@ void Interval::reset() {
void Interval::clear() {
m_parameters.setStart(1.0);
m_parameters.setEnd(10.0);
m_parameters.setEnd(0.0);
m_parameters.setStep(1.0);
m_needCompute = true;
}