mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-14 06:31:27 +00:00
Make sure -[CPArrayController arrangedObjects] always has a non-nil value.
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
_sortDescriptors = [CPArray array];
|
||||
_filterPredicate = nil;
|
||||
_selectionIndexes = [CPIndexSet indexSet];
|
||||
_arrangedObjects = nil;
|
||||
_arrangedObjects = [CPArray array];
|
||||
}
|
||||
|
||||
- (void)prepareContent
|
||||
|
||||
Reference in New Issue
Block a user