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
Focus bridged UI when shown
Related to
#954
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1-rc2
falkTX
4 years ago
parent
a87449110d
commit
2aab68eb9b
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/bridges-ui/CarlaBridgeFormat.cpp
+ 1
- 0
source/bridges-ui/CarlaBridgeFormat.cpp
View File
@@ -253,6 +253,7 @@ bool CarlaBridgeFormat::msgReceived(const char* const msg) noexcept
if (std::strcmp(msg, "show") == 0)
{
fToolkit->show();
fToolkit->focus();
return true;
}
Write
Preview
Loading…
Cancel
Save