do not destroy FX-mixer-view when closing

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@982 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-05-18 11:33:53 +00:00
parent 6364a099ad
commit cb301429a2
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
2008-05-18 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/gui/fx_mixer_view.cpp:
do not destroy FX-mixer-view when closing
* plugins/ladspa_effect/ladspa_effect.cpp:
added "Notch Filter" to blacklist

View File

@@ -221,6 +221,7 @@ fxMixerView::fxMixerView() :
// add ourself to workspace
engine::getMainWindow()->workspace()->addSubWindow( this );
parentWidget()->setAttribute( Qt::WA_DeleteOnClose, FALSE );
// we want to receive dataChanged-signals in order to update
setModel( m );