NSTableColumn second Text Cell child

2014-12-01 Thread Roland King
I have an NSOutlineView built in IB, each column I added is automatically given this same format (where indents imply children). NSTableColumn NSTableCellView NSTextField NSTextFieldCell NSTextFieldCell (called ‘Text Cell’) I believe I understand

Re: NSTableColumn second Text Cell child

2014-12-01 Thread Stephane Sudre
That's correct. You will have a cell (NSCell in the project I used to check) in the hierarchy when you use a view-based table view. I would tend to believe it's an IB bug that the data cell for the TableColumn is displayed. ___ Cocoa-dev mailing list