Browse Source

Bring juce UIs to front when shown

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

+ 1
- 0
source/backend/plugin/CarlaPluginJuce.cpp View File

@@ -447,6 +447,7 @@ public:
}

fWindow->show(editor);
fWindow->toFront(true);
}
}
else


Loading…
Cancel
Save