mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-07 03:07:12 +00:00
nib2cib support for table view background colour.
This commit is contained in:
@@ -78,6 +78,8 @@
|
||||
|
||||
_allowsColumnResizing = (flags & 0x40000000) ? YES : NO;
|
||||
_allowsColumnReordering = (flags & 0x80000000) ? YES : NO;
|
||||
|
||||
[self setBackgroundColor:[aCoder decodeObjectForKey:@"NSBackgroundColor"]];
|
||||
}
|
||||
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user