remcopoelstra commented on issue #7560:
URL: https://github.com/apache/netbeans/issues/7560#issuecomment-2233192014
@DevCharly I was just comparing your native code to the Jetbrains
implementation, and without really understanding the jni/cocoa specifics I was
wondering why the ```JNI_COCOA_EXIT()``` is called after ```return TRUE;```, it
seems to me this code cannot be reached.
```
[nsWindow.contentView.layer removeAllAnimations];
[nsWindow invalidateShadow];
}];
return TRUE;
JNI_COCOA_EXIT()
return FALSE;
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists