Re: Images in NSOutlineView disappear on dataReload

2015-11-16 Thread Ken Thomases
On Nov 13, 2015, at 11:48 AM, Nick wrote: > > I've encountered a strange behavior in a source list NSOutlineView. > Basically, whenever I call "reloadData", an image, that was set for a > currently selected row (NSTableCellView's imageview.image), disappears (I > set image

Images in NSOutlineView disappear on dataReload

2015-11-13 Thread Nick
Hello I've encountered a strange behavior in a source list NSOutlineView. Basically, whenever I call "reloadData", an image, that was set for a currently selected row (NSTableCellView's imageview.image), disappears (I set image in outlineView:viewForTableColumn:item:). When I select the row, the