[apps/graph] Clean

Change-Id: I2f2f8db4cd7682ad89b808f5cd3ba23e93a8488e
This commit is contained in:
Émilie Feral
2017-05-03 11:04:29 +02:00
parent 70fc734f7b
commit e556123e34
4 changed files with 5 additions and 15 deletions

View File

@@ -46,7 +46,7 @@ bool DerivativeParameterController::handleEvent(Ion::Events::Event event) {
switch (selectedRow()) {
case 0:
{
m_valuesController->selectCellAtLocation(m_valuesController->activeColumn()-1, m_valuesController->activeRow());
m_valuesController->selectCellAtLocation(m_valuesController->selectedColumn()-1, m_valuesController->selectedRow());
m_function->setDisplayDerivative(false);
StackViewController * stack = (StackViewController *)(parentResponder());
stack->pop();