Browse Source

Fix CLAP UI under bitwig linux

Signed-off-by: falkTX <falktx@falktx.com>
pull/321/merge
falkTX 3 years ago
parent
commit
dcee933ef5
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      distrho/src/DistrhoPluginCLAP.cpp

+ 4
- 3
distrho/src/DistrhoPluginCLAP.cpp View File

@@ -367,10 +367,11 @@ public:

fParentWindow = window->uptr;

/*
if (fUI != nullptr)
if (fUI == nullptr)
{
createUI();
*/
fHostGui->resize_hints_changed(fHost);
}

return true;
}


Loading…
Cancel
Save