mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 06:40:37 +01:00
[escher] ExpressionTableCell & ExpressionTableCellWithExpression:
reloadScroll when displaying cell
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user