[escher] ExpressionTableCell & ExpressionTableCellWithExpression:

reloadScroll when displaying cell
This commit is contained in:
Émilie Feral
2019-12-31 11:45:41 +01:00
committed by Léa Saviot
parent 8a07d335a3
commit 6a2f11ef1b
4 changed files with 4 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ void VariableBoxController::willDisplayCellForIndex(HighlightCell * cell, int in
Layout symbolLayout = LayoutHelper::String(symbolName, symbolLength);
myCell->setLayout(symbolLayout);
myCell->setAccessoryLayout(expressionLayoutForRecord(record, index));
myCell->reloadScroll();
myCell->reloadCell();
}