mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:30:37 +00:00
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:
parent
f5dafed11d
commit
8db14fce17
3 changed files with 9 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue