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



Loading…
Cancel
Save