Browse Source

Misc

tags/1.9.4
falkTX 11 years ago
parent
commit
97e524355c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/backend/plugin/DssiPlugin.cpp

+ 2
- 2
source/backend/plugin/DssiPlugin.cpp View File

@@ -1868,12 +1868,12 @@ public:

void updateOscURL() override
{
// DSSI does not support this, hide and reshow UI if instead
// DSSI does not support this
if (! pData->osc.thread.isThreadRunning())
return;

showCustomUI(false);
showCustomUI(true);
//showCustomUI(true);
}

// -------------------------------------------------------------------


Loading…
Cancel
Save