NSTableView text color of cells in highlighted rows unreadable

2008-11-11 Thread Alexander Reichstadt
Hi, I am trying to turn off the highlight color. I subclassed NSTableView and NSTextAttachmentCell. In my tv-subclass I override - (void)highlightSelectionInClipRect:(NSRect)theClipRect and use clearColor to draw the selected rows which works. But I haven't found the way to draw the text

Re: NSTableView text color of cells in highlighted rows unreadable

2008-11-11 Thread Corbin Dunn
On Nov 11, 2008, at 12:40 AM, Alexander Reichstadt wrote: Hi, I am trying to turn off the highlight color. I subclassed NSTableView and NSTextAttachmentCell. In my tv-subclass I override - (void)highlightSelectionInClipRect:(NSRect)theClipRect and use clearColor to draw the selected rows