Re: Drawing NSTextFieldCell subclass in table view
Re: Drawing NSTextFieldCell subclass in table view
- Subject: Re: Drawing NSTextFieldCell subclass in table view
- From: Corbin Dunn <email@hidden>
- Date: Mon, 15 Dec 2008 09:29:56 -0800
On Dec 13, 2008, at 4:03 PM, Iceberg-Dev wrote:
NSTextFieldCell is flipped. This has an impact on the y value. It
might be the cause of the issue in your case.
This is actually not quite right; the cell doesn't have a flipped
property. The view does, and NSTableView isFlipped==YES. It would be
more correct to say the "control view which the cell is being drawn
into is flipped".
corbin
_______________________________________________
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