[vlc-commits] [Git][videolan/vlc][master] macosx: Ensure audio library option bar is hidden when video plays in library window
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Nov 18 06:07:43 UTC 2022
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
e727be5f by Claudio Cambra at 2022-11-18T05:52:18+00:00
macosx: Ensure audio library option bar is hidden when video plays in library window
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
=====================================
@@ -921,6 +921,7 @@ static void addShadow(NSImageView *__unsafe_unretained imageView)
[self presentVideoView];
[self.segmentedTitleControl setHidden:YES];
+ [self.optionBarView setHidden:YES];
[self.forwardsNavigationButton setHidden:YES];
[self.gridVsListSegmentedControl setHidden:YES];
[self.librarySortButton setHidden:YES];
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e727be5f1e7a2c7c7963ab27ce83552e457cab8c
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e727be5f1e7a2c7c7963ab27ce83552e457cab8c
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