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:
@@ -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
|
||||
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user