mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-04-06 09:37:46 +00:00
back color
git-svn-id: svn://qnap.local/TwoTerm/branches/frameless@2467 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
parent
1522013d9c
commit
ff550d4560
@ -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]];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user