[apps] Sequence: invalidate the context cache when the sequences are

redefined
This commit is contained in:
Émilie Feral
2017-12-13 17:49:54 +01:00
committed by EmilieNumworks
parent 31ceb5ed40
commit cb754ab6d5
12 changed files with 31 additions and 16 deletions

View File

@@ -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);