Re: NSTableView blurry contents
Re: NSTableView blurry contents
- Subject: Re: NSTableView blurry contents
- From: Jesse Grosjean <email@hidden>
- Date: Wed, 17 Aug 2005 11:37:41 -0400
I have an NSTableView in my app in which the contents blur when
scrolled. I don't mean that they blur from movement, but that they
actually distort and remain distorted afterwards. I posted some
screenshots at http://www.psatellite.com/table_bug/
I would really like some insight into what could be going on here...
This happens when a views frame is set to non integer values. I can't
say exactly where the problem is, but I think that's what you should
look for. Probably there is somewhere in your code where you are
calling setFrame and you need to first call floor() or ceil() on the
rectangle values to validate them.
Jesse
_______________________________________________
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