Revert Correct Priorty of fade button

reverted changes made in  #1527
copied from Github diff

Fixes #1932
This commit is contained in:
Dave French
2015-07-20 00:36:01 +01:00
parent 620b3d9ef1
commit ac7aa69ad1
2 changed files with 5 additions and 14 deletions

View File

@@ -206,13 +206,13 @@ public:
return &m_effectChannelModel;
}
void setIndicator( FadeButton *fb );
signals:
void instrumentChanged();
void midiNoteOn( const Note& );
void midiNoteOff( const Note& );
void nameChanged();
void newNote();
protected:
@@ -255,8 +255,6 @@ private:
IntModel m_effectChannelModel;
BoolModel m_useMasterPitchModel;
FadeButton *m_fb;
Instrument * m_instrument;
InstrumentSoundShaping m_soundShaping;