[vlc-commits] [Git][videolan/vlc][master] macosx: Do not hide video view controller view before applying view for...

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sun Dec 15 16:51:46 UTC 2024



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


Commits:
fc986201 by Claudio Cambra at 2024-12-15T16:38:33+00:00
macosx: Do not hide video view controller view before applying view for selected segment, fixing crash

Signed-off-by: Claudio Cambra <developer at claudiocambra.com>

- - - - -


1 changed file:

- modules/gui/macosx/library/VLCLibraryWindow.m


Changes:

=====================================
modules/gui/macosx/library/VLCLibraryWindow.m
=====================================
@@ -806,7 +806,6 @@ static void addShadow(NSImageView *__unsafe_unretained imageView)
 
     // restore alpha value to 1 for the case that macosx-opaqueness is set to < 1
     self.alphaValue = 1.0;
-    self.videoViewController.view.hidden = YES;
     [self setViewForSelectedSegment];
     [self disableVideoTitleBarMode];
     [self showControlsBarImmediately];



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/fc986201634c7f3f9dc1560c807d8d14b2e3fbed
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