FxMixerView: fixed clear()
Before calling refreshDisplay() we have to actually clear the backend model.
This commit is contained in:
@@ -437,6 +437,9 @@ void FxMixerView::setCurrentFxLine( int _line )
|
||||
void FxMixerView::clear()
|
||||
{
|
||||
m_rackView->clearViews();
|
||||
|
||||
engine::fxMixer()->clear();
|
||||
|
||||
refreshDisplay();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user