Re: Where do these come from...
Re: Where do these come from...
- Subject: Re: Where do these come from...
- From: "Stephen J. Butler" <email@hidden>
- Date: Wed, 15 Aug 2012 22:43:13 -0500
On Wed, Aug 15, 2012 at 10:39 PM, Charlie Dickman <email@hidden> wrote:
> I DO NOT call drawRect directly. I DO call [self setNeedsDisplay: YES] to keep things going. All drawing is done from inside drawRect which has been invoked through the use of [self setNeedsDisplay: YES],
Maybe set a break point on NSLog (I think that's correct to catch
these messages) and look at the backtrace to find out how this code is
being called.
_______________________________________________
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