Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
1183df18 by Claudio Cambra at 2023-01-17T20:03:21+00:00
macosx: Make background for VLCImageView clear

Signed-off-by: Claudio Cambra <develo...@claudiocambra.com>

- - - - -


1 changed file:

- modules/gui/macosx/views/VLCImageView.m


Changes:

=====================================
modules/gui/macosx/views/VLCImageView.m
=====================================
@@ -84,10 +84,8 @@
 {
     if (self.shouldShowDarkAppearance) {
         self.layer.borderColor = [NSColor 
VLClibraryItemBorderDarkColor].CGColor;
-        self.layer.backgroundColor = [NSColor 
VLClibraryCollectionViewItemBackgroundDarkColor].CGColor;
     } else {
         self.layer.borderColor = [NSColor 
VLClibraryItemBorderLightColor].CGColor;
-        self.layer.backgroundColor = [NSColor 
VLClibraryCollectionViewItemBackgroundLightColor].CGColor ;
     }
 }
 



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/1183df18ae6c394097b46dd01e1b749d7251aa59

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/1183df18ae6c394097b46dd01e1b749d7251aa59
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to