[apps/sequence/graph] Improve term sum controller

Change-Id: Ic2b81e7f1c608e5a9f4f8c5a8de116433f930042
This commit is contained in:
Émilie Feral
2017-02-23 17:22:21 +01:00
parent 43f17faa2e
commit f57d633c08
8 changed files with 159 additions and 28 deletions

View File

@@ -24,7 +24,7 @@ bool CurveParameterController::handleEvent(Ion::Events::Event event) {
{
StackViewController * stack = (StackViewController *)parentResponder();
stack->pop();
m_graphController->displayTermSumController();
stack->push(m_graphController->termSumController());
return true;
}
case 1: