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
Fix CLAP UI under bitwig linux
Signed-off-by: falkTX <falktx@falktx.com>
pull/321/merge
falkTX
3 years ago
parent
3c4ad99a89
commit
dcee933ef5
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
4 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-3
distrho/src/DistrhoPluginCLAP.cpp
+ 4
- 3
distrho/src/DistrhoPluginCLAP.cpp
View File
@@ -367,10 +367,11 @@ public:
fParentWindow = window->uptr;
fParentWindow = window->uptr;
/*
if (fUI != nullptr)
if (fUI == nullptr)
{
createUI();
createUI();
*/
fHostGui->resize_hints_changed(fHost);
}
return true;
return true;
}
}
Write
Preview
Loading…
Cancel
Save