Fixed: Before this PR, placing a CPTableView in a CPBox would break nib2cib (#2949)

This commit is contained in:
Didier Korthoudt
2020-10-31 17:56:13 +01:00
committed by GitHub
parent 75d0a69c02
commit 633511acda
+2
View File
@@ -33,6 +33,8 @@
if (self)
{
[self _init];
var flags = [aCoder decodeIntForKey:@"NSTvFlags"];
//_dataSource = [aCoder decodeObjectForKey:CPTableViewDataSourceKey];