Index: NSTableView.m =================================================================== RCS file: /cvsroot/gnustep/gnustep/core/gui/Source/NSTableView.m,v retrieving revision 1.104 diff -u -r1.104 NSTableView.m --- NSTableView.m 15 Jul 2004 03:28:25 -0000 1.104 +++ NSTableView.m 20 Aug 2004 17:45:29 -0000 @@ -1956,7 +1956,7 @@ _rowHeight = 16.0; _intercellSpacing = NSMakeSize (2.0, 3.0); ASSIGN (_gridColor, [NSColor gridColor]); - ASSIGN (_backgroundColor, [NSColor controlBackgroundColor]); + ASSIGN (_backgroundColor, [NSColor rowBackgroundColor]); ASSIGN (_tableColumns, [NSMutableArray array]); ASSIGN (_selectedColumns, [NSMutableIndexSet indexSet]); ASSIGN (_selectedRows, [NSMutableIndexSet indexSet]); @@ -4568,7 +4568,7 @@ { //NSHighlightRect(NSIntersectionRect([self rectOfRow: row], // clipRect)); - [[NSColor whiteColor] set]; + [[NSColor selectedRowBackgroundColor] set]; NSRectFill(NSIntersectionRect([self rectOfRow: row], clipRect)); row = [_selectedRows indexGreaterThanIndex: row]; }