On 03/02/2013, at 3:56 PM, Patrick Cusack <livinginlosange...@mac.com> wrote:
> I call the following in my windowControllerDidLoadNib: > > [[scrollView contentView] setCopiesOnScroll:NO]; Why? Copy On Scroll is usually a good thing. If it's set to NO you have to redraw the entire content every time, which is rarely performant or necessary. It's not clear whether it's a factor in your problem though, but try setting it to YES. > Should I be calling [ setNeedsDisplay:YES] on my CustomView or on my > NSScrollView? On your view. --Graham _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com