mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-18 19:55:00 -04:00
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:
committed by
Tobias Doerffel
parent
99efe8aef3
commit
b784d3daf0
@@ -226,7 +226,7 @@ void VstEffectControlDialog::paintEvent( QPaintEvent * )
|
||||
|
||||
VstEffectControlDialog::~VstEffectControlDialog()
|
||||
{
|
||||
delete m_pluginWidget;
|
||||
//delete m_pluginWidget;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user