I've been doing some custom drawing in the tableView:willDisplayCell:forTableColumn:row: and from this realized that if you hover over a row in the table view for about 3 seconds then it will call willDisplayCell: again.
What's even more odd is that if I close the window and reopen it and hover over a row again for 3 seconds then willDisplayCell: doesn't get called again unlike before. So this only seems to happen the first time. So my question really is, why does willDisplayCell: get called after a 3 sec hover, is this a bug? and is there anyway around it? Regards, Josh. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com