use controlColor to match cocoa behaviour

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29712 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rmottola 2010-02-23 23:05:57 +00:00
parent f5dafed11d
commit 8db14fce17
3 changed files with 9 additions and 5 deletions

View file

@ -311,9 +311,9 @@ static SEL getSel;
[self setFrame: frameRect];
_tabKeyTraversesCells = YES;
[self setBackgroundColor: [NSColor controlBackgroundColor]];
[self setBackgroundColor: [NSColor controlColor]];
[self setDrawsBackground: NO];
[self setCellBackgroundColor: [NSColor controlBackgroundColor]];
[self setCellBackgroundColor: [NSColor controlColor]];
[self setDrawsCellBackground: NO];
[self setSelectionByRect: YES];
_dottedRow = _dottedColumn = -1;