Browse Source

Force main window flag for osx (testing)

gh-pages
falkTX 10 years ago
parent
commit
a610a4cac1
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save