Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
21bf9ff8 by Claudio Cambra at 2023-01-16T16:34:51+00:00
macosx: Deselect audio library collection view selection when switching audio 
library views

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

- - - - -
92539262 by Claudio Cambra at 2023-01-16T16:34:51+00:00
macosx: Ensure audio library supplementary detail view gets closed immediately 
without animation when switching audio library views

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

- - - - -
eb57ab5d by Claudio Cambra at 2023-01-16T16:34:51+00:00
macosx: Make collectionViewLayout resetLayout call more concise in 
VLCLibraryAudioViewController

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

- - - - -


1 changed file:

- modules/gui/macosx/library/audio-library/VLCLibraryAudioViewController.m


Changes:

=====================================
modules/gui/macosx/library/audio-library/VLCLibraryAudioViewController.m
=====================================
@@ -277,6 +277,9 @@
     if (_audioSegmentedControl.selectedSegment == VLCAudioLibrarySongsSegment 
||
         _audioSegmentedControl.selectedSegment == 
VLCAudioLibraryAlbumsSegment) {
 
+        [_audioLibraryCollectionView deselectAll:self];
+        [(VLCLibraryCollectionViewFlowLayout 
*)_audioLibraryCollectionView.collectionViewLayout resetLayout];
+        
         _audioCollectionViewScrollView.hidden = NO;
         _audioLibraryGridModeSplitView.hidden = YES;
         return;



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/compare/2e8f5eb5bf301f2cfd4040b0b036ab0037375e72...eb57ab5d0952977ebd33bfc984b723cc64117f87

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/compare/2e8f5eb5bf301f2cfd4040b0b036ab0037375e72...eb57ab5d0952977ebd33bfc984b723cc64117f87
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