mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] In curve view, avoid to reload the whole view when reloading
cursor Change-Id: Ie8c0e100159201cc6b11122eeb567c68092a7b06
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
namespace Statistics {
|
||||
|
||||
BoxView::BoxView(Store * store, View * bannerView) :
|
||||
BoxView::BoxView(Store * store, ::BannerView * bannerView) :
|
||||
CurveView(&m_boxRange, nullptr, bannerView, nullptr, 0.0f, 0.2f, 0.4f, 0.2f),
|
||||
m_store(store),
|
||||
m_boxRange(BoxRange(store)),
|
||||
|
||||
Reference in New Issue
Block a user