Return attributes for items that intersect

This commit is contained in:
Gregory John Casamento 2022-07-17 16:22:30 -04:00
parent 9c1aec70e7
commit 3f402d292b
4 changed files with 43 additions and 8 deletions

View file

@ -372,11 +372,6 @@
_dr = 0;
}
- (NSArray *) layoutAttributesForElementsInRect: (NSRect)rect
{
return nil;
}
- (NSCollectionViewLayoutAttributes *) layoutAttributesForItemAtIndexPath: (NSIndexPath *)indexPath
{
NSCollectionViewLayoutAttributes *attrs = AUTORELEASE([[NSCollectionViewLayoutAttributes alloc] init]);