mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
fix(qprocessindicator): update color assignment to use Window palette instead of Highlight
This commit is contained in:
@@ -38,7 +38,7 @@ QProcessIndicator::QProcessIndicator(QWidget *parent)
|
||||
}
|
||||
void QProcessIndicator::updateStyle()
|
||||
{
|
||||
m_color = palette().color(QPalette::Highlight);
|
||||
m_color = palette().color(QPalette::Window);
|
||||
update();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user