[apps/calculation] When leaving calculation app, do not invalid

calculation height memoization. They're computed from the layouts which
don't depend on the complex format (or any other settings parameters
which could have changed).
This commit is contained in:
Émilie Feral
2020-07-16 11:14:52 +02:00
committed by LeaNumworks
parent 708477dece
commit c2db00cc88
3 changed files with 1 additions and 11 deletions

View File

@@ -163,9 +163,6 @@ void CalculationStore::tidy() {
return;
}
resetMemoizedModelsAfterCalculationIndex(-1);
for (Calculation * c : *this) {
c->tidy();
}
}
Expression CalculationStore::ansExpression(Context * context) {