Browse Source

macosx: Fix indentation in VLCLibraryCollectionViewItem rightMouseDown

Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
pull/162/head
Claudio Cambra 2 years ago
committed by Felix Paul Kühne
parent
commit
5b983caa8e
  1. 2
      modules/gui/macosx/library/VLCLibraryCollectionViewItem.m

2
modules/gui/macosx/library/VLCLibraryCollectionViewItem.m

@ -335,7 +335,7 @@ const CGFloat VLCLibraryCollectionViewItemMaximumDisplayedProgress = 0.95;
- (void)rightMouseDown:(NSEvent *)event
{
[self openContextMenu:event];
[super rightMouseDown:event];
[super rightMouseDown:event];
}
@end

Loading…
Cancel
Save