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 (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 [EMAIL PROTECTED]

Reply via email to