mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[apps] Sequence: invalidate the context cache when the sequences are
redefined
This commit is contained in:
committed by
EmilieNumworks
parent
31ceb5ed40
commit
cb754ab6d5
@@ -292,11 +292,6 @@ void ListController::addEmptyFunction() {
|
||||
selectableTableView()->reloadData();
|
||||
}
|
||||
|
||||
bool ListController::removeFunctionRow(Function * function) {
|
||||
m_functionStore->removeFunction(function);
|
||||
return true;
|
||||
}
|
||||
|
||||
View * ListController::loadView() {
|
||||
m_emptyCell = new EvenOddCell();
|
||||
m_addNewFunction = new NewFunctionCell(m_addNewMessage);
|
||||
|
||||
Reference in New Issue
Block a user