diff --git a/apps/shared/list_controller.cpp b/apps/shared/list_controller.cpp index 7d458e2b8..946e16a3b 100644 --- a/apps/shared/list_controller.cpp +++ b/apps/shared/list_controller.cpp @@ -212,6 +212,7 @@ bool ListController::handleEvent(Ion::Events::Event event) { (m_selectableTableView.selectedRow() < numberOfRows() - 1 || m_functionStore->numberOfFunctions() == m_functionStore->maxNumberOfFunctions())) { Shared::Function * function = m_functionStore->functionAtIndex(functionIndexForRow(m_selectableTableView.selectedRow())); reinitExpression(function); + return true; } if ((event.hasText() || event == Ion::Events::XNT) && m_selectableTableView.selectedColumn() == 1