Browse Source

Fix last commit

tags/1.9.4
falkTX 11 years ago
parent
commit
591530b1e4
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      source/backend/plugin/VstPlugin.cpp

+ 3
- 3
source/backend/plugin/VstPlugin.cpp View File

@@ -439,13 +439,13 @@ public:
}
else
{
fGui.lastWidth = kData->gui->width();
fGui.lastHeight = kData->gui->height();

dispatcher(effEditClose, 0, 0, nullptr, 0.0f);

if (kData->gui != nullptr)
{
fGui.lastWidth = kData->gui->width();
fGui.lastHeight = kData->gui->height();

kData->gui->close();
delete kData->gui;
kData->gui = nullptr;


Loading…
Cancel
Save