mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 17:50:04 +01:00
[apps/calculation/history_view_cell] Fix background colors
Set m_inputView's m_expressionView's background color
This commit is contained in:
committed by
EmilieNumworks
parent
7a977f5689
commit
da0d42ca3b
@@ -19,4 +19,8 @@ void ScrollableExpressionView::setBackgroundColor(KDColor backgroundColor) {
|
||||
ScrollableView::setBackgroundColor(backgroundColor);
|
||||
}
|
||||
|
||||
void ScrollableExpressionView::setExpressionBackgroundColor(KDColor backgroundColor) {
|
||||
m_expressionView.setBackgroundColor(backgroundColor);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user