mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[apps] Graph: setType of the graph controller before updating the stack
(to reload the right banner view)
This commit is contained in:
committed by
EmilieNumworks
parent
d1808ae26f
commit
e1b09b639d
@@ -34,10 +34,10 @@ bool CalculationParameterController::handleEvent(Ion::Events::Event event) {
|
||||
switch(selectedRow()) {
|
||||
case 4:
|
||||
{
|
||||
m_graphController->setType(GraphView::Type::Tangent);
|
||||
StackViewController * stack = (StackViewController *)parentResponder();
|
||||
stack->pop();
|
||||
stack->pop();
|
||||
m_graphController->setType(GraphView::Type::Tangent);
|
||||
stack->push(m_graphController);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user