Merge pull request #787 from diizy/master
FxMixerView: fix crash when loading project while selected channel != 0
This commit is contained in:
@@ -199,6 +199,9 @@ void FxMixerView::refreshDisplay()
|
||||
chLayout->addWidget(m_fxChannelViews[i]->m_fxLine);
|
||||
}
|
||||
|
||||
// set selected fx line to 0
|
||||
setCurrentFxLine( 0 );
|
||||
|
||||
// update all fx lines
|
||||
for( int i = 0; i < m_fxChannelViews.size(); ++i )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user