Changed color of InstrumentTrack activity indicators mute color to use the color defined in style.css as highlight
This commit is contained in:
@@ -554,7 +554,8 @@ void InstrumentTrack::muteHasChanged()
|
||||
{
|
||||
if( m_mutedModel.value() )
|
||||
{
|
||||
m_fb->setActiveColor( QColor( 0x282828 ) );
|
||||
m_fb->setActiveColor( QApplication::palette().color( QPalette::Active,
|
||||
QPalette::Highlight ) );
|
||||
} else
|
||||
{
|
||||
m_fb->setActiveColor( QApplication::palette().color( QPalette::Active,
|
||||
|
||||
Reference in New Issue
Block a user