mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[apps/shared] In list controller, fix bug in clearing function
expressions Change-Id: I58a58558cd02b51b3a8e5afbb5f7a7103373dfa7
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user