mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +00:00
Made sure that VST3 plugin views have setFrame (nullptr) called before their UIs are closed, because some plugins seem to expect this.
This commit is contained in:
parent
9342cdcc5b
commit
ead283e95c
1 changed files with 2 additions and 0 deletions
|
|
@ -1449,6 +1449,8 @@ public:
|
|||
~VST3PluginWindow()
|
||||
{
|
||||
warnOnFailure (view->removed());
|
||||
warnOnFailure (view->setFrame (nullptr));
|
||||
|
||||
getAudioProcessor()->editorBeingDeleted (this);
|
||||
|
||||
#if JUCE_MAC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue