mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[apps] Specialize GraphView in Type (Tangent, Default ...) instead of
GraphController
This commit is contained in:
committed by
EmilieNumworks
parent
a6050fda55
commit
f19e31f4cd
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user