From 3d254b9ef16af88f61a6a4180ede0c8daa977958 Mon Sep 17 00:00:00 2001 From: Ruben Dashyan Date: Fri, 15 Feb 2019 13:33:16 +0100 Subject: [PATCH] [apps/shared/scrollable_exact_approximate_expressions_cell] Fix background --- apps/shared/scrollable_exact_approximate_expressions_cell.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/shared/scrollable_exact_approximate_expressions_cell.cpp b/apps/shared/scrollable_exact_approximate_expressions_cell.cpp index 5dd92de68..e9c456b75 100644 --- a/apps/shared/scrollable_exact_approximate_expressions_cell.cpp +++ b/apps/shared/scrollable_exact_approximate_expressions_cell.cpp @@ -17,6 +17,7 @@ void ScrollableExactApproximateExpressionsCell::setHighlighted(bool highlight) { void ScrollableExactApproximateExpressionsCell::setEven(bool even) { EvenOddCell::setEven(even); + m_view.setBackgroundColor(backgroundColor()); m_view.evenOddCell()->setEven(even); }