mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Fixed: Before this PR, placing a CPTableView in a CPBox would break nib2cib (#2949)
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
|
||||
if (self)
|
||||
{
|
||||
[self _init];
|
||||
|
||||
var flags = [aCoder decodeIntForKey:@"NSTvFlags"];
|
||||
|
||||
//_dataSource = [aCoder decodeObjectForKey:CPTableViewDataSourceKey];
|
||||
|
||||
Reference in New Issue
Block a user