[vlc-commits] [Git][videolan/vlc][master] macosx: Fix "No results" label reappearing when switching away from, and...
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Wed Dec 10 07:13:22 UTC 2025
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
0ebf883d by Claudio Cambra at 2025-12-10T07:49:51+01:00
macosx: Fix "No results" label reappearing when switching away from, and returning to, media source view
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/gui/macosx/library/media-source/VLCLibraryMediaSourceViewController.m
Changes:
=====================================
modules/gui/macosx/library/media-source/VLCLibraryMediaSourceViewController.m
=====================================
@@ -78,6 +78,8 @@
- (void)dealloc
{
+ [NSNotificationCenter.defaultCenter removeObserver:self];
+ [self.browsePlaceholderLabel removeFromSuperview];
if (@available(macOS 26.0, *)) {
#if __MAC_OS_X_VERSION_MAX_ALLOWED >= 260000
[self.pathControlGlassEffectView removeFromSuperview];
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0ebf883d81957e4faa733b5e56251b4e8a5e665e
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0ebf883d81957e4faa733b5e56251b4e8a5e665e
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