I have a NSWindow where I set opaque attribute to NO
. The problem is that when I put any view inside that window it's corners has blank pixels.
Everything works well when opaque attribue is left with YES
value, however, window's corners are not rounded anymore. See picture:
I've created repository with simple example project at bitbucket: https://bitbucket.org/lukaszb/animationartifacts
Is there a way I can fix this (remain window's corners rounded and blank pixels not appearing)? Or should I try another solution (without setOapque:NO
at NSWindow
subclass)?