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
Fix X11 error when showing VST3 on linux
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.2
falkTX
3 years ago
parent
9a16584c5d
commit
b0f1b05309
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/utils/JucePluginWindow.hpp
+ 2
- 0
source/utils/JucePluginWindow.hpp
View File
@@ -65,7 +65,9 @@ public:
if (! isOnDesktop())
addToDesktop();
#ifndef CARLA_OS_LINUX
setAlwaysOnTop(true);
#endif
setTransient();
setVisible(true);
toFront(true);
Write
Preview
Loading…
Cancel
Save