[vlc-commits] [Git][videolan/vlc][master] macosx: Restore media source layout after embedded video exit
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Apr 18 07:24:35 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
eeb4a64a by Dave Nicolson at 2026-04-18T07:08:04+00:00
macosx: Restore media source layout after embedded video exit
- - - - -
1 changed file:
- modules/gui/macosx/library/VLCLibraryWindow.m
Changes:
=====================================
modules/gui/macosx/library/VLCLibraryWindow.m
=====================================
@@ -618,8 +618,8 @@ static int ShowController(vlc_object_t * __unused p_this,
// restore alpha value to 1 for the case that macosx-opaqueness is set to < 1
self.alphaValue = 1.0;
- [self setViewForSelectedSegment];
[self disableVideoTitleBarMode];
+ [self setViewForSelectedSegment];
[self showControlsBarImmediately];
[self updateArtworkButtonEnabledState];
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/eeb4a64a262b303affa2545da5b72c993e4924fe
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/eeb4a64a262b303affa2545da5b72c993e4924fe
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list