diff --git a/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp b/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp index 642aff6b16..cbc666d27f 100644 --- a/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp @@ -1462,7 +1462,7 @@ private: #if JUCE_MAC if (host.isWavelab() || host.isReaper()) #else - if (host.isWavelab()) + if (host.isWavelab() || host.isAbletonLive()) #endif setBounds (0, 0, w, h); }