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
Bring juce UIs to front when shown
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX
4 years ago
parent
c345c3451a
commit
a4be9fdcd3
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save