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 zynaddsubfx crash when all its UIs were hidden
tags/1.9.4
falkTX
11 years ago
parent
e5bfd49f02
commit
9f7f70f004
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
source/backend/native/zynaddsubfx/UI/PresetsUI.fl
+ 4
- 1
source/backend/native/zynaddsubfx/UI/PresetsUI.fl
View File
@@ -207,5 +207,8 @@ for (unsigned int i=0;i<presetsstore.presets.size();i++){
}
}
decl {PresetsUI *presetsui;} {public
decl {extern __thread PresetsUI *presetsui;} {public
}
decl {__thread PresetsUI *presetsui;} {private
}
Write
Preview
Loading…
Cancel
Save