[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

@@ -8,7 +8,7 @@ using namespace Shared;
namespace Regression {
GraphView::GraphView(Store * store, CurveViewCursor * cursor, BannerView * bannerView, View * cursorView) :
GraphView::GraphView(Store * store, CurveViewCursor * cursor, BannerView * bannerView, Shared::CursorView * cursorView) :
CurveView(store, cursor, bannerView, cursorView),
m_store(store),
m_xLabels{},