This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Misc
tags/1.9.4
falkTX
10 years ago
parent
3acae77936
commit
0952ed8ff2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save