mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-30 15:18:42 +02:00
Fix for bug #1163
This commit is contained in:
parent
4e0e056716
commit
c552254848
@ -20,6 +20,11 @@ VSTControl::VSTControl()
|
|||||||
|
|
||||||
VSTControl::~VSTControl()
|
VSTControl::~VSTControl()
|
||||||
{
|
{
|
||||||
|
if (mHwnd)
|
||||||
|
{
|
||||||
|
mLink->callDispatcher(effEditClose, 0, 0, mHwnd, 0.0);
|
||||||
|
mHwnd = 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool VSTControl::Create(wxWindow *parent, VSTEffectLink *link)
|
bool VSTControl::Create(wxWindow *parent, VSTEffectLink *link)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user