Change color of muted activity indicator from red to grey

This commit is contained in:
Dave French
2015-01-28 22:12:59 +00:00
parent 9fee116fa7
commit fa6dd6da8b

View File

@@ -554,7 +554,7 @@ void InstrumentTrack::muteHasChanged()
{
if( m_mutedModel.value() )
{
m_fb->setActiveColor( QColor( "red" ) );
m_fb->setActiveColor( QColor( 0x282828 ) );
} else
{
m_fb->setActiveColor( QApplication::palette().color( QPalette::Active,