[vlc-commits] [Git][videolan/vlc][master] macosx: Make background for VLCImageView clear

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Tue Jan 17 20:19:25 UTC 2023



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 <developer at 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


More information about the vlc-commits mailing list