Browse Source

Misc

tags/1.9.4
falkTX 10 years ago
parent
commit
0952ed8ff2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/plugin/CarlaPluginUi.cpp

+ 1
- 1
source/backend/plugin/CarlaPluginUi.cpp View File

@@ -135,7 +135,7 @@ public:
if (std::strcmp(type, "WM_PROTOCOLS") == 0)
{
fIsVisible = false;
CARLA_SAFE_ASSERT_BREAK(fCallback != nullptr);
CARLA_SAFE_ASSERT_CONTINUE(fCallback != nullptr);
fCallback->handlePluginUiClosed();
}
break;


Loading…
Cancel
Save