mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Change call indexPathsForVisibleSupplementaryElementsOfKind to call indexPathForItem: as suggested by @fredkiefer
This commit is contained in:
parent
330599e248
commit
7244519365
1 changed files with 1 additions and 1 deletions
|
@ -1491,7 +1491,7 @@ static NSString *_placeholderItem = nil;
|
|||
|
||||
- (NSSet *) indexPathsForVisibleSupplementaryElementsOfKind: (NSCollectionViewSupplementaryElementKind)elementKind
|
||||
{
|
||||
return nil;
|
||||
return [self indexPathForItem: [self visibleSupplementaryViewsOfKind: elementKind]];
|
||||
}
|
||||
|
||||
- (NSIndexPath *) indexPathForItem: (NSCollectionViewItem *)item
|
||||
|
|
Loading…
Reference in a new issue