[apps] In curve view, avoid to reload the whole view when reloading

cursor

Change-Id: Ie8c0e100159201cc6b11122eeb567c68092a7b06
This commit is contained in:
Émilie Feral
2017-01-12 17:53:01 +01:00
parent 5b5dea0243
commit c19ecaeebe
11 changed files with 33 additions and 23 deletions

View File

@@ -4,8 +4,8 @@
namespace Statistics {
HistogramView::HistogramView(Store * store, View * bannerView) :
CurveView(store, nullptr, bannerView, nullptr, 0.2f, 0.1f, 0.4f, 0.1f),
HistogramView::HistogramView(Store * store, ::BannerView * bannerView) :
CurveView(store, nullptr, bannerView, nullptr, 0.2f, 0.05f, 0.4f, 0.05f),
m_store(store),
m_highlightedBarStart(NAN),
m_highlightedBarEnd(NAN)