back color

git-svn-id: svn://qnap.local/TwoTerm/branches/frameless@2467 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
Kelvin Sherlock 2012-08-01 23:59:00 +00:00
parent 1522013d9c
commit ff550d4560

View File

@ -88,7 +88,7 @@
{
NSLog(@"%@", color);
[super setBackgroundColor: color];
[_titleBarView setColor: color];
[_titleBarView setBackgroundColor: color];
}
-(void)awakeFromNib
@ -124,7 +124,7 @@
NSLog(@"%u", (int)[_titleBarView retainCount]);
[_titleBarView setColor: [NSColor blackColor]];
[_titleBarView setBackgroundColor: [NSColor blackColor]];
[_titleBarView setFrame: [themeView bounds]];
[_titleBarView setTitle: [self title]];