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
Set zynaddsubfx window title
tags/1.9.4
falkTX
11 years ago
parent
32d360f176
commit
7067e61495
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
source/backend/native/zynaddsubfx.cpp
+ 1
- 0
source/backend/native/zynaddsubfx.cpp
View File
@@ -475,6 +475,7 @@ protected:
{
fUiClosed = 0;
fUi = new MasterUI(fMaster, &fUiClosed);
fUi->masterwindow->label(kHost->ui_name);
fUi->showUI();
}
}
Write
Preview
Loading…
Cancel
Save