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
Force main window flag for osx (testing)
gh-pages
falkTX
10 years ago
parent
8bf1c6f4bb
commit
a610a4cac1
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
@@ -81,7 +81,7 @@
// this allows spacebar (for example) to start/stop the transport
- (BOOL) canBecomeKeyWindow
{
return
NO
;
return
YES
;
}
@end
Write
Preview
Loading…
Cancel
Save