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
Fixed crash on second open of OpenGL enalbed plugin.
pull/4/head
mtytel
8 years ago
parent
7d9152dd62
commit
83f1331cc5
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_plugin_client/LV2/juce_LV2_Wrapper.cpp
+ 2
- 0
modules/juce_audio_plugin_client/LV2/juce_LV2_Wrapper.cpp
View File
@@ -915,6 +915,8 @@ public:
}
else
{
parentContainer->setVisible (false);
if (parentContainer != nullptr && parentContainer->isOnDesktop())
parentContainer->removeFromDesktop();
}
Write
Preview
Loading…
Cancel
Save