mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[calculation] IllustratedListController: empty calculation store before
reloading it
This commit is contained in:
@@ -108,6 +108,7 @@ void IllustratedListController::tableViewDidChangeSelection(SelectableTableView
|
||||
}
|
||||
|
||||
void IllustratedListController::setExpression(Poincare::Expression e) {
|
||||
m_calculationStore.deleteAll();
|
||||
Poincare::Context * context = App::app()->localContext();
|
||||
Poincare::Symbol s = Poincare::Symbol::Builder(expressionSymbol());
|
||||
m_savedExpression = context->expressionForSymbolAbstract(s, false);
|
||||
|
||||
Reference in New Issue
Block a user