Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
eb40b72d by Claudio Cambra at 2025-11-21T20:31:19+01:00
macosx: Fix currently playing song's table view items (within album table view 
item's table views) losing boldness

Signed-off-by: Claudio Cambra <[email protected]>

- - - - -


1 changed file:

- modules/gui/macosx/library/audio-library/VLCLibrarySongTableCellView.m


Changes:

=====================================
modules/gui/macosx/library/audio-library/VLCLibrarySongTableCellView.m
=====================================
@@ -133,6 +133,7 @@ NSString *VLCAudioLibrarySongCellIdentifier = 
@"VLCAudioLibrarySongCellIdentifie
         self.trackNumberTextField.stringValue = [NSString 
stringWithFormat:@"%d", mediaItem.trackNumber];
     }
 
+    [self playStateOrItemChanged:nil];
 }
 
 @end



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

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/eb40b72d6d60ea6de35f8c46506725af118ed6a3
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