[apps/graph] Faster cursor scrolling on device

This commit is quite dirty but works well
This commit is contained in:
Léa Saviot
2019-09-06 16:27:52 +02:00
parent 2d9eeaedd6
commit e67160b878
18 changed files with 70 additions and 50 deletions

View File

@@ -6,7 +6,7 @@ using namespace Shared;
namespace Sequence {
GraphView::GraphView(SequenceStore * sequenceStore, InteractiveCurveViewRange * graphRange,
CurveViewCursor * cursor, BannerView * bannerView, View * cursorView) :
CurveViewCursor * cursor, BannerView * bannerView, CursorView * cursorView) :
FunctionGraphView(graphRange, cursor, bannerView, cursorView),
m_sequenceStore(sequenceStore)
{