[apps/stats] Color the boxes

This commit is contained in:
Léa Saviot
2018-05-25 16:32:31 +02:00
parent ed703c20cd
commit 0cb2c6215d
5 changed files with 29 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ namespace Statistics {
BoxController::BoxController(Responder * parentResponder, ButtonRowController * header, Store * store, BoxView::Quantile * selectedQuantile) :
MultipleDataViewController(parentResponder, store, (int *)(selectedQuantile)),
ButtonRowDelegate(header, nullptr),
m_view(store, selectedQuantile)
m_view(this, store, selectedQuantile)
{
}