nib2cib support for table view background colour.

This commit is contained in:
Alexander Ljungberg
2012-03-10 12:02:17 +00:00
parent 58a2fce110
commit a32b5ea72b
+2
View File
@@ -78,6 +78,8 @@
_allowsColumnResizing = (flags & 0x40000000) ? YES : NO;
_allowsColumnReordering = (flags & 0x80000000) ? YES : NO;
[self setBackgroundColor:[aCoder decodeObjectForKey:@"NSBackgroundColor"]];
}
return self;