Browse Source

Fix for previous commits

tags/1.9.6
falkTX 9 years ago
parent
commit
5f901af3fb
1 changed files with 2 additions and 7 deletions
  1. +2
    -7
      source/backend/plugin/CarlaPluginVST2.cpp

+ 2
- 7
source/backend/plugin/CarlaPluginVST2.cpp View File

@@ -484,13 +484,8 @@ public:

void idle() override
{
if (fUI.window != nullptr)
{
fUI.window->idle();

if (fUI.isVisible)
dispatcher(effEditIdle, 0, 0, nullptr, 0.0f);
}
if (fNeedIdle)
dispatcher(effIdle, 0, 0, nullptr, 0.0f);

CarlaPlugin::idle();
}


Loading…
Cancel
Save