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
commit
b0f1b05309
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +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);


Loading…
Cancel
Save