diff --git a/apps/variable_box_controller.cpp b/apps/variable_box_controller.cpp index 572409f70..de77d3b25 100644 --- a/apps/variable_box_controller.cpp +++ b/apps/variable_box_controller.cpp @@ -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) {