[apps/calculation/history_view_cell] Fix background colors

Set m_inputView's m_expressionView's background color
This commit is contained in:
Ruben Dashyan
2019-02-07 18:19:44 +01:00
committed by EmilieNumworks
parent 7a977f5689
commit da0d42ca3b
6 changed files with 21 additions and 3 deletions

View File

@@ -19,4 +19,8 @@ void ScrollableExpressionView::setBackgroundColor(KDColor backgroundColor) {
ScrollableView::setBackgroundColor(backgroundColor);
}
void ScrollableExpressionView::setExpressionBackgroundColor(KDColor backgroundColor) {
m_expressionView.setBackgroundColor(backgroundColor);
}
}