Browse Source

Ignore Carla-VST resize requests if not using embed gui

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
fe80eb5e5a
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/plugin/carla-vst.cpp

+ 2
- 0
source/plugin/carla-vst.cpp View File

@@ -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);


Loading…
Cancel
Save