mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +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
@@ -56,7 +56,6 @@ void SequenceStore::removeFunction(Shared::Function * f) {
|
||||
}
|
||||
Sequence emptySequence("", KDColorBlack);
|
||||
m_sequences[m_numberOfFunctions] = emptySequence;
|
||||
//sqctx->resetCache();
|
||||
}
|
||||
|
||||
int SequenceStore::maxNumberOfFunctions() {
|
||||
@@ -105,7 +104,6 @@ void SequenceStore::removeAll() {
|
||||
m_sequences[i] = emptySequence;
|
||||
}
|
||||
m_numberOfFunctions = 0;
|
||||
//sqctx->resetCache();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user