This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Give focus to VST3 UI when instructed by the host
Signed-off-by: falkTX <falktx@falktx.com>
pull/357/head
falkTX
3 years ago
parent
d0413dfbd6
commit
33967164d9
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
distrho/src/DistrhoUIVST3.cpp
+ 2
- 0
distrho/src/DistrhoUIVST3.cpp
View File
@@ -242,6 +242,8 @@ public:
v3_result onFocus(const bool state)
{
if (state)
fUI.focus();
fUI.notifyFocusChanged(state);
return V3_OK;
}
Write
Preview
Loading…
Cancel
Save