[apps] Specialize GraphView in Type (Tangent, Default ...) instead of

GraphController
This commit is contained in:
Émilie Feral
2018-01-08 16:01:17 +01:00
committed by EmilieNumworks
parent a6050fda55
commit f19e31f4cd
7 changed files with 54 additions and 25 deletions

View File

@@ -37,7 +37,7 @@ bool CalculationParameterController::handleEvent(Ion::Events::Event event) {
StackViewController * stack = (StackViewController *)parentResponder();
stack->pop();
stack->pop();
m_graphController->setType(GraphController::Type::Tangent);
m_graphController->setType(GraphView::Type::Tangent);
stack->push(m_graphController);
return true;
}