Fixes for system colors

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4777 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-08-31 09:19:39 +00:00
parent 0a3131548c
commit a0c915eeb0
14 changed files with 1013 additions and 886 deletions

View file

@ -36,11 +36,11 @@
@implementation NSClipView
- init
- (id) init
{
[super init];
[self setAutoresizesSubviews: YES];
[self setBackgroundColor: [NSColor lightGrayColor]];
[self setBackgroundColor: [NSColor controlColor]];
_copiesOnScroll = YES;
return self;
}