This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix OSX build
gh-pages
falkTX
10 years ago
parent
40b877b75c
commit
69dcbb4aaa
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dgl/src/pugl/pugl_osx.m
+ 1
- 1
dgl/src/pugl/pugl_osx.m
View File
@@ -79,7 +79,7 @@
}
// this allows spacebar (for example) to start/stop the transport
- (BOOL) canBecomeKeyWindow
- (BOOL) canBecomeKeyWindow
:(id)sender
{
return YES;
}
Write
Preview
Loading…
Cancel
Save