Browse Source

Fix zynaddsubfx crash when all its UIs were hidden

tags/1.9.4
falkTX 11 years ago
parent
commit
9f7f70f004
1 changed files with 4 additions and 1 deletions
  1. +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
}

Loading…
Cancel
Save