[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

@@ -26,7 +26,7 @@ bool FunctionParameterController::handleEvent(Ion::Events::Event event) {
{
m_cartesianFunction->setDisplayDerivative(!m_cartesianFunction->displayDerivative());
if (m_cartesianFunction->displayDerivative()) {
m_valuesController->selectCellAtLocation(m_valuesController->activeColumn()+1, m_valuesController->activeRow());
m_valuesController->selectCellAtLocation(m_valuesController->selectedColumn()+1, m_valuesController->selectedRow());
}
m_selectableTableView.reloadData();
return true;