[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

@@ -7,7 +7,7 @@ using namespace Poincare;
namespace Shared {
FunctionGraphView::FunctionGraphView(InteractiveCurveViewRange * graphRange,
CurveViewCursor * cursor, BannerView * bannerView, View * cursorView) :
CurveViewCursor * cursor, BannerView * bannerView, CursorView * cursorView) :
CurveView(graphRange, cursor, bannerView, cursorView),
m_selectedRecord(),
m_highlightedStart(NAN),