[vlc-commits] [Git][videolan/vlc][master] macosx: enable multi-selection in playlist items table

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Jul 11 14:06:17 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
8e476d86 by Serhii Bykov at 2026-07-11T13:48:25+00:00
macosx: enable multi-selection in playlist items table

- - - - -


1 changed file:

- modules/gui/macosx/library/playlist-library/VLCLibraryPlaylistViewController.m


Changes:

=====================================
modules/gui/macosx/library/playlist-library/VLCLibraryPlaylistViewController.m
=====================================
@@ -171,6 +171,7 @@
     self.masterTableView.headerView = nil;
     self.masterTableView.allowsEmptySelection = NO;
     self.detailTableView.headerView = self.detailTableHeaderView;
+    self.detailTableView.allowsMultipleSelection = YES;
 
     detailColumn.headerCell = [VLCLibraryHeaderCell new];
 



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8e476d86cfbbb00833dfd9deb2f5324b074f3ca0
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list