NSOutlineView / NSSplitView redraw delay
NSOutlineView / NSSplitView redraw delay
- Subject: NSOutlineView / NSSplitView redraw delay
- From: Milen Dzhumerov <email@hidden>
- Date: Sat, 29 Mar 2008 23:57:29 +0000
Hi all,
I've just noticed a small regression in my app. I've got an
NSOutlineView and an NSTableView inside an NSSplitView. Now, imagine
that the outline view has some text rows and I drag the splitter such
that the whole text in the outline is no longer visible. What used to
happen is that as soon as there was not enough space for the text to
be displayed, it would get truncated immediately. The problem now is
that the text in the outline view gets redrawn _after_ I release the
mouse button (from dragging the split divider). I must have
accidentally changed some settings but I tried checking them in IB and
I couldn't find anything that fixed it. Any suggestions what might be
delaying the refresh of the outline text?
Thanks,
Milen
PS. The lineBreakMode of the cell is properly set.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden