mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/stats] Color the boxes
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user