vlc | branch: master | Felix Paul Kühne <fe...@feepk.net> | Thu May 30 20:27:04 
2019 +0200| [4d2c5cbefcef6cc145e5643591a2dc26c08db17a] | committer: Felix Paul 
Kühne

macosx/library collection view supplementary element view: don't show a border

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d2c5cbefcef6cc145e5643591a2dc26c08db17a
---

 .../macosx/library/VLCLibraryCollectionViewSupplementaryElementView.m    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/modules/gui/macosx/library/VLCLibraryCollectionViewSupplementaryElementView.m 
b/modules/gui/macosx/library/VLCLibraryCollectionViewSupplementaryElementView.m
index d651cf2f08..e9de52bdf5 100644
--- 
a/modules/gui/macosx/library/VLCLibraryCollectionViewSupplementaryElementView.m
+++ 
b/modules/gui/macosx/library/VLCLibraryCollectionViewSupplementaryElementView.m
@@ -42,6 +42,7 @@ NSString *VLCLibrarySupplementaryElementViewIdentifier = 
@"VLCLibrarySupplementa
         self.textColor = self.shouldShowDarkAppearance ? [NSColor 
VLClibraryDarkTitleColor] : [NSColor VLClibraryLightTitleColor];
         self.editable = NO;
         self.selectable = NO;
+        self.bordered = NO;
     }
     return self;
 }

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to