diff --git a/apps/calculation/history_view_cell.cpp b/apps/calculation/history_view_cell.cpp index ef4190bd6..e6fa2a706 100644 --- a/apps/calculation/history_view_cell.cpp +++ b/apps/calculation/history_view_cell.cpp @@ -61,6 +61,7 @@ void HistoryViewCell::setHighlighted(bool highlight) { return; } m_highlighted = highlight; + reloadSubviewHighlight(); // Re-layout as the ellispsis subview might have appear/disappear layoutSubviews(); }