when model has changed, also set new model for effect-view

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@813 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-03-30 20:17:58 +00:00
parent aad7608b64
commit 77a5397f04

View File

@@ -1201,6 +1201,7 @@ void instrumentTrackWindow::modelChanged( void )
m_chordView->setModel( &m_track->m_chordCreator );
m_arpView->setModel( &m_track->m_arpeggiator );
m_midiView->setModel( &m_track->m_midiIO );
m_effectView->setModel( m_track->m_audioPort.getEffects() );
updateName();
}