[apps/sequence/list] Display the list parameter when clicking on the

sequence name

Change-Id: I09deb2f19e35af3b44e33b94310c26a9f5e7706d
This commit is contained in:
Émilie Feral
2017-02-08 15:19:59 +01:00
parent 962b4de74c
commit 607d9c00bf
6 changed files with 22 additions and 9 deletions

View File

@@ -148,14 +148,6 @@ void ListController::didBecomeFirstResponder() {
app()->setFirstResponder(&m_selectableTableView);
}
void ListController::configureFunction(Function * function) {
StackViewController * stack = stackController();
parameterController()->setFunction(function);
stack->push(parameterController());
// Force to reload the table (deleted functions, desactivated function)
m_selectableTableView.dataHasChanged(true);
}
bool ListController::handleEvent(Ion::Events::Event event) {
if (event == Ion::Events::Up) {
m_selectableTableView.deselectTable();