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 <[email protected]>

- - - - -


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
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to