Browse Source

Fixed crash on second open of OpenGL enalbed plugin.

pull/4/head
mtytel 8 years ago
parent
commit
83f1331cc5
1 changed files with 2 additions and 0 deletions
  1. +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();
}


Loading…
Cancel
Save