This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Made sure that VST3 plugin views have setFrame (nullptr) called before their UIs are closed, because some plugins seem to expect this.
tags/2021-05-28
jules
11 years ago
parent
9342cdcc5b
commit
ead283e95c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp
+ 2
- 0
modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp
View File
@@ -1449,6 +1449,8 @@ public:
~VST3PluginWindow()
{
warnOnFailure (view->removed());
warnOnFailure (view->setFrame (nullptr));
getAudioProcessor()->editorBeingDeleted (this);
#if JUCE_MAC
Write
Preview
Loading…
Cancel
Save