Browse Source

VST3 fix for some cubase windowing issues.

tags/2021-05-28
jules 11 years ago
parent
commit
3b97c3d21b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp

+ 3
- 0
modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp View File

@@ -353,6 +353,9 @@ private:
if (parent == nullptr || isPlatformTypeSupported (type) == kResultFalse)
return kResultFalse;
if (component == nullptr)
component = new ContentWrapperComponent (*this, pluginInstance);
#if JUCE_WINDOWS
component->addToDesktop (0, parent);
component->setOpaque (true);


Loading…
Cancel
Save