diff --git a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp index 6aa6e50016..2b8ef4fdf9 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp @@ -564,7 +564,8 @@ private: using HandleFormat = NSView*; #elif JUCE_LINUX || JUCE_BSD XEmbedComponent embeddedComponent { XEmbedComponentOptions{}.withWantsKeyboardFocus (true) - .withAllowForeignWidgetToResizeComponent (false) }; + .withAllowForeignWidgetToResizeComponent (false) + .withIgnoreXembedMapped() }; using HandleFormat = Window; #else Component embeddedComponent;