mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[apps] Reload VariableBox cells before displaying them
This commit is contained in:
@@ -104,6 +104,7 @@ void VariableBoxController::willDisplayCellForIndex(HighlightCell * cell, int in
|
||||
Layout symbolLayout = LayoutHelper::String(symbolName, symbolLength);
|
||||
myCell->setLayout(symbolLayout);
|
||||
myCell->setAccessoryLayout(expressionLayoutForRecord(record, index));
|
||||
myCell->reloadCell();
|
||||
}
|
||||
|
||||
KDCoordinate VariableBoxController::rowHeight(int index) {
|
||||
|
||||
Reference in New Issue
Block a user