On Sep 14, 2010, at 12:02 PM, David Duncan wrote: > On Sep 13, 2010, at 8:38 PM, Jeff Schindler wrote: > >> We have an NSView with setWantsLayer:YES and it is part of an NSSplitView >> (right side). When the split view is resized (only to the right and only >> when done very fast), there is drawing artifact in the layer-backed NSView, >> which looks like the window's backing store. Note that this NSView does not >> resize or move as a result of the split view resizing. Any help is >> appreciated. > > > You are probably correct that it is your window's backing store. Is your > split view or layer backed view marked as opaque? If so you probably want to > unmark that. Or as an alternative, maybe mark your split view as layer backed > instead? > -- > David Duncan >
Thanks David - neither were opaque, but making the split view layer-backed does seem to fix the problem. Jeff_______________________________________________ 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