Re: NSTextField: mystery line drawing outside focus ring?
Re: NSTextField: mystery line drawing outside focus ring?
- Subject: Re: NSTextField: mystery line drawing outside focus ring?
- From: Steve Christensen <email@hidden>
- Date: Thu, 27 Sep 2007 07:23:29 -0700
On Sep 27, 2007, at 7:04 AM, Steve Christensen wrote:
On Sep 26, 2007, at 11:43 PM, Ken Ferry wrote:
This looks like a symptom of treating the rect passed to drawRect: as
if it is the bounds of the view.
Does your custom view draw a border around itself? Are you drawing
the border around the rect passed to drawRect:? That won't work -
that rectangle is a region within the view that is dirty and
should be
redrawn. You likely want to position the border with respect to
[self
bounds].
All my custom view does is fill itself with a particular color. The
NSTextFields are subviews of my custom view, but they are not
custom classes themselves.
OK, it's still early in the AM so what Ken said didn't sink in until
after sending my reply. Yeah, I'm drawing a border in my custom view
and was using the passed in rect. Using [view bounds] fixed it.
Thanks for the help!
steve
_______________________________________________
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