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
Never embed UIs for windows bridges, feature is X11 only
Signed-off-by: falkTX <falktx@falktx.com>
pull/1723/head
falkTX
2 years ago
parent
df1338860e
commit
c2bd7cf63c
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/backend/plugin/CarlaPluginBridge.cpp
+ 1
- 1
source/backend/plugin/CarlaPluginBridge.cpp
View File
@@ -2162,7 +2162,7 @@ public:
pData->options = optionEn;
#ifdef HAVE_X11
if (fBridgeVersion < 9)
if (fBridgeVersion < 9
|| fBinaryType == BINARY_WIN32 || fBinaryType == BINARY_WIN64
)
#endif
{
pData->hints &= ~PLUGIN_HAS_CUSTOM_EMBED_UI;
Write
Preview
Loading…
Cancel
Save