From 9ee0f94ba429fcc3243d21698dc0c94d884b6af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Mon, 5 Nov 2018 15:22:53 +0100 Subject: [PATCH] [apps] Reload VariableBox cells before displaying them --- apps/variable_box_controller.cpp | 1 + 1 file changed, 1 insertion(+) 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) {