Re: NSTextView/NSLayoutManager bug?
Re: NSTextView/NSLayoutManager bug?
- Subject: Re: NSTextView/NSLayoutManager bug?
- From: Douglas Davidson <email@hidden>
- Date: Wed, 13 Sep 2006 10:23:28 -0700
On Sep 11, 2006, at 10:34 AM, Mike R. Manzano wrote:
My question is, what is the best place to drop an NSLog or some
debugging code so I can actually watch (or perhaps step through) as
each fragment rect is rendered to the screen? I‘d like to do this
so that I can see if the NSLayoutManager model is somehow being
corrupted during drawing.
Try overriding -[NSTextView drawRect:]. You may want to log before
and after calling the super method.
Douglas Davidson
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden