mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 13:00:47 +00:00
Return attributes for items that intersect
This commit is contained in:
parent
9c1aec70e7
commit
3f402d292b
4 changed files with 43 additions and 8 deletions
|
@ -372,11 +372,6 @@
|
|||
_dr = 0;
|
||||
}
|
||||
|
||||
- (NSArray *) layoutAttributesForElementsInRect: (NSRect)rect
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (NSCollectionViewLayoutAttributes *) layoutAttributesForItemAtIndexPath: (NSIndexPath *)indexPath
|
||||
{
|
||||
NSCollectionViewLayoutAttributes *attrs = AUTORELEASE([[NSCollectionViewLayoutAttributes alloc] init]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue