[apps/statistics] Set the formula input view label

This commit is contained in:
Léa Saviot
2018-06-01 11:42:02 +02:00
parent 79435ff3fb
commit 185d77fcb7
6 changed files with 14 additions and 5 deletions

View File

@@ -58,6 +58,7 @@ StoreController::StoreController(Responder * parentResponder, FloatPairStore * s
}
void StoreController::displayFormulaInput() {
setFormulaLabel();
contentView()->displayFormulaInput(true);
}