mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Fix compilation issue, comment out temporary code in _selectWithEvent:indexPath:
This commit is contained in:
parent
eeb8718452
commit
3ea04c0e36
1 changed files with 2 additions and 0 deletions
|
@ -943,6 +943,7 @@ static NSString *placeholderItem = nil;
|
|||
|
||||
- (void) _selectWithEvent: (NSEvent *)theEvent indexPath: (NSIndexPath *)index
|
||||
{
|
||||
/*
|
||||
NSMutableIndexSet *currentIndexSet = [[NSMutableIndexSet alloc] initWithIndexSet: [self selectionIndexes]];
|
||||
|
||||
if (_isSelectable && ((index < [_items count]) || index < [_visibleItems count]))
|
||||
|
@ -995,6 +996,7 @@ static NSString *placeholderItem = nil;
|
|||
[self setSelectionIndexes: [NSIndexSet indexSet]];
|
||||
}
|
||||
RELEASE (currentIndexSet);
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue