Re: Does NSOpenGLView override -isOpaque?
Re: Does NSOpenGLView override -isOpaque?
- Subject: Re: Does NSOpenGLView override -isOpaque?
- From: vincent habchi <email@hidden>
- Date: Fri, 06 Jan 2012 20:57:29 +0100
Corbin,
> Yes, NSOpenGLView has:
>
> - (BOOL)isOpaque {
> return YES;
> }
Thanks for your answer!
Could the documentation then mention than when an NSOpenGLView occupies the whole frame of its parent window, and when its context is set to draw under, one should override -isOpaque to return NO, otherwise nothing gets drawn?
Thanks again, have a nice day!
Vincent_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden