Browse Source

Misc

tags/1.9.4
falkTX 10 years ago
parent
commit
3dfc0e708f
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      source/backend/plugin/Lv2Plugin.cpp

+ 1
- 2
source/backend/plugin/Lv2Plugin.cpp View File

@@ -4391,8 +4391,7 @@ public:
#ifdef BUILD_BRIDGE
const bool preferUiBridges(false);
#else
//const bool preferUiBridges(pData->engine->getOptions().preferUiBridges && (pData->hints & PLUGIN_IS_BRIDGE) == 0);
const bool preferUiBridges(false);
const bool preferUiBridges(pData->engine->getOptions().preferUiBridges && (pData->hints & PLUGIN_IS_BRIDGE) == 0);
#endif

for (uint32_t i=0; i < fRdfDescriptor->UICount; ++i)


Loading…
Cancel
Save