[vlc-commits] [Git][videolan/vlc][master] macosx: Fix invisible table view for media source library
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Sep 2 12:42:15 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
66696288 by Claudio Cambra at 2023-09-02T12:09:54+00:00
macosx: Fix invisible table view for media source library
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/gui/macosx/library/media-source/VLCMediaSourceBaseDataSource.m
Changes:
=====================================
modules/gui/macosx/library/media-source/VLCMediaSourceBaseDataSource.m
=====================================
@@ -110,7 +110,6 @@ NSString *VLCMediaSourceTableViewCellIdentifier = @"VLCMediaSourceTableViewCellI
self.tableView.dataSource = self;
self.tableView.delegate = self;
- self.tableView.hidden = YES;
[self reloadViews];
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/666962880c5a10de3e990903bee66e16ca7c1da4
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/666962880c5a10de3e990903bee66e16ca7c1da4
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