diff --git a/source/plugin/carla-vst.cpp b/source/plugin/carla-vst.cpp index 7ae914f6f..949e59886 100644 --- a/source/plugin/carla-vst.cpp +++ b/source/plugin/carla-vst.cpp @@ -747,6 +747,8 @@ protected: void handleUiResize(const int16_t width, const int16_t height) { + if (kIsUsingUILauncher) + return; fVstRect.right = width; fVstRect.bottom = height; hostCallback(audioMasterSizeWindow, width, height);