mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 08:10:50 +01:00
[escher] Change palette names to make them consistant
Change-Id: If5381b7f970e106bea1196ef40e36ea12f846dad
This commit is contained in:
@@ -22,7 +22,7 @@ void FunctionExpressionView::reloadCell() {
|
||||
m_expressionView.setBackgroundColor(backgroundColor());
|
||||
if (m_function) {
|
||||
bool active = m_function->isActive();
|
||||
KDColor textColor = active ? KDColorBlack : Palette::k_desactiveTextColor;
|
||||
KDColor textColor = active ? KDColorBlack : Palette::DesactiveTextColor;
|
||||
m_expressionView.setTextColor(textColor);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user