mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
Merge pull request #3409 from fish2000:patch-1
This commit is contained in:
commit
ba9bc2d72f
@ -150,7 +150,7 @@ CV_IMPL int cvInitSystem( int , char** )
|
||||
#define NSAppKitVersionNumber10_5 949
|
||||
#endif
|
||||
if( floor(NSAppKitVersionNumber) > NSAppKitVersionNumber10_5 )
|
||||
[application setActivationPolicy:0/*NSApplicationActivationPolicyRegular*/];
|
||||
[application setActivationPolicy:NSApplicationActivationPolicyRegular];
|
||||
#endif
|
||||
//[application finishLaunching];
|
||||
//atexit(icvCocoaCleanup);
|
||||
|
Loading…
Reference in New Issue
Block a user