This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
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
b95d082d1f
commit
fe80eb5e5a
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save