Merge pull request #787 from diizy/master

FxMixerView: fix crash when loading project while selected channel != 0
This commit is contained in:
Tobias Doerffel
2014-05-30 15:11:29 +02:00

View File

@@ -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 )
{