Re: wits end with nsview and nsrectfill()
Re: wits end with nsview and nsrectfill()
- Subject: Re: wits end with nsview and nsrectfill()
- From: Uli Kusterer <email@hidden>
- Date: Fri, 05 Dec 2014 13:33:49 +0100
> On 05 Dec 2014, at 13:30, Uli Kusterer <email@hidden> wrote:
>
> On 30 Nov 2014, at 18:30, Navneet Kumar <email@hidden> wrote:
>> I have a custom view in which I am setting the background using NSRectFill()
>
> What is the current compositing mode set on the current graphics context? Have you tried using NSRectFillUsingOperation() and passing NSCompositeCopy to make sure you didn't somehow screw up the current compositing operation setting?
Nevermind. I could'a swrong NSRectFill uses the current compositing operation, but I just checked the docs again and it's documented to use NSCompositeCopy. So unless you're trying to draw transparently, that's not the issue.
_______________________________________________
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