NSOutlineView not respecting it's visible rect
NSOutlineView not respecting it's visible rect
- Subject: NSOutlineView not respecting it's visible rect
- From: Steve Gehrman <email@hidden>
- Date: Mon, 19 May 2003 00:29:17 -0700
I have an NSOutlineView inside an NSSplitView, and not always, but
certain repeatable times while scrolling, it will draw outside it's
visible frame.
I added an [[NSBezierPath clipRect:[self visibleRect]] inside the
NSOutlineViews drawRect method, and this helps, but the outlineViews
tableHeader still draws outside the visible frame.
Has anyone else seen this, and is there a work around? If not, any
good methods for debugging this?
-steve
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.