mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[apps/graph] Faster cursor scrolling on device
This commit is quite dirty but works well
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user