Proposed fix for 1595 Instrument track activity LED lights when muted

This commit is contained in:
Dave French
2015-01-28 12:16:21 +00:00
parent 8e2e17ab84
commit 7c0ab622f1
4 changed files with 22 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ public:
_activated_color, QWidget * _parent );
virtual ~FadeButton();
void setActiveColor( const QColor & activated_color );
public slots:

View File

@@ -225,6 +225,7 @@ protected slots:
void updateBaseNote();
void updatePitch();
void updatePitchRange();
void muteHasChanged();
private: