[apps/regression] Event 'right' behaves as "OK" on chevron cell

Change-Id: Ie0271eb88b1328022b1bff4c93008f271878b982
This commit is contained in:
Émilie Feral
2017-06-12 16:49:35 +02:00
parent b2cfdb2f6b
commit 4e92021557
5 changed files with 10 additions and 10 deletions

View File

@@ -41,12 +41,4 @@ void FunctionGoToParameterController::setFunction(Function * function) {
m_function = function;
}
bool FunctionGoToParameterController::handleEvent(Ion::Events::Event event) {
if (event == Ion::Events::Left) {
stackController()->pop();
return true;
}
return false;
}
}