mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-06 04:59:14 -04:00
fix: Found and fix review mistakes
This commit is contained in:
@@ -105,9 +105,8 @@ void ProviderListItem::applyTheme()
|
||||
if (m_inApplyTheme)
|
||||
return;
|
||||
QScopedValueRollback<bool> guard(m_inApplyTheme, true);
|
||||
const QString accent = m_selected
|
||||
? cssColor(Utils::creatorColor(Utils::Theme::TextColorLink))
|
||||
: QStringLiteral("transparent");
|
||||
const QString accent = m_selected ? cssColor(Utils::creatorColor(Utils::Theme::TextColorLink))
|
||||
: QStringLiteral("transparent");
|
||||
setStyleSheet(QStringLiteral(
|
||||
"#ProvListItem { background:transparent;"
|
||||
" border-top:1px solid %1; border-left:3px solid %2; }")
|
||||
|
||||
Reference in New Issue
Block a user