[apps/sequence] Clip default range initialisation to 0 on X range for

sequences

Change-Id: I501a397ce3016ba605bd9aca950b87a2ca295000
This commit is contained in:
Émilie Feral
2017-03-20 10:51:23 +01:00
parent 4f089b2cf8
commit bb718b07c7
4 changed files with 60 additions and 6 deletions

View File

@@ -12,8 +12,8 @@ namespace Shared {
InteractiveCurveViewRange::InteractiveCurveViewRange(CurveViewCursor * cursor, InteractiveCurveViewRangeDelegate * delegate) :
MemoizedCurveViewRange(),
m_yAuto(true),
m_cursor(cursor),
m_delegate(delegate)
m_delegate(delegate),
m_cursor(cursor)
{
}