[vlc-commits] [Git][videolan/vlc][master] macosx: Update data source for play queue on view loaded
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Mon Aug 10 12:30:15 UTC 2026
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
5f76ecc6 by Claudio Cambra at 2026-08-10T14:19:49+02:00
macosx: Update data source for play queue on view loaded
Fixes race condition where the data source is initialised and has this method called prior to the views being ready, making the drag drop view not appear
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/gui/macosx/library/VLCLibraryWindowPlayQueueSidebarViewController.m
Changes:
=====================================
modules/gui/macosx/library/VLCLibraryWindowPlayQueueSidebarViewController.m
=====================================
@@ -73,6 +73,7 @@
self.dataSource.counterTextField = self.counterLabel;
[self.dataSource prepareForUse];
self.playQueueController.playQueueDataSource = self.dataSource;
+ [self.dataSource playQueueUpdated];
self.tableView.dataSource = self.dataSource;
self.tableView.delegate = self.dataSource;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5f76ecc62c460dbef72061a1203179387f71f799
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5f76ecc62c460dbef72061a1203179387f71f799
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