[apps/shared/scrollable_exact_approximate_expressions_cell] Fix background

This commit is contained in:
Ruben Dashyan
2019-02-15 13:33:16 +01:00
committed by EmilieNumworks
parent 0943406263
commit 3d254b9ef1

View File

@@ -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);
}