[apps/stats] Connect the OK button in histogram

This commit is contained in:
Léa Saviot
2018-05-23 17:30:51 +02:00
parent cbe9a95472
commit 19cc3fd60b

View File

@@ -227,6 +227,10 @@ bool HistogramController::handleEvent(Ion::Events::Event event) {
}
return true;
}
if (event == Ion::Events::OK) {
stackController()->push(histogramParameterController());
return true;
}
return false;
}