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
Fix changing ui title of external uis
tags/1.9.7
falkTX
10 years ago
parent
234b0c0e47
commit
4e939a53e3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/includes/CarlaNativeExtUI.hpp
+ 1
- 1
source/includes/CarlaNativeExtUI.hpp
View File
@@ -170,7 +170,7 @@ protected:
const CarlaMutexLocker cml(getPipeLock());
writeMessage("uiTitle\n",
10
);
writeMessage("uiTitle\n",
8
);
writeAndFixMessage(uiName);
flushMessages();
}
Write
Preview
Loading…
Cancel
Save