Skip to content

Commit

Permalink
Fixed context menu support when contentView/backgroundView are used i…
Browse files Browse the repository at this point in the history
…n cells
  • Loading branch information
kettch committed Jun 2, 2016
1 parent 916315b commit f2880d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JNWCollectionView/JNWCollectionViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ - (void)mouseUp:(NSEvent *)theEvent {
}

- (void)rightMouseDown:(NSEvent *)theEvent {
[super rightMouseDown:theEvent];

[self.collectionView rightClickInCollectionViewCell:self withEvent:theEvent];
}

Expand Down

0 comments on commit f2880d9

Please sign in to comment.