VST Effects: fix for uncontrollable plugin window

Supposed fix for 3595560, see also
http://sourceforge.net/apps/phpbb/lmms/viewtopic.php?f=7&t=778
http://sourceforge.net/tracker/?func=detail&aid=3595560&group_id=105168&atid=640434

VST effects pluginWidget is not deleted, when we close General Settings of instrument track,
on which are directly attached VST effects, but only when we remove this VST effects or tracks itself.

Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
This commit is contained in:
Mike Choi
2013-01-08 12:59:46 +01:00
committed by Tobias Doerffel
parent 99efe8aef3
commit b784d3daf0
3 changed files with 6 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ void VstEffectControlDialog::paintEvent( QPaintEvent * )
VstEffectControlDialog::~VstEffectControlDialog()
{
delete m_pluginWidget;
//delete m_pluginWidget;
}