[vlc-commits] [Git][videolan/vlc][master] macosx: Fix currently playing song's table view items (within album table view...
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Fri Nov 21 19:53:13 UTC 2025
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 <developer at claudiocambra.com>
- - - - -
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
More information about the vlc-commits
mailing list