[vlc-commits] [Git][videolan/vlc][master] macosx: Ensure font is also reset on reuse preparation in VLCLibrarySongTableCellView
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sat Jul 12 12:48:44 UTC 2025
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
4b63d1a9 by Claudio Cambra at 2025-07-12T12:35:21+00:00
macosx: Ensure font is also reset on reuse preparation in VLCLibrarySongTableCellView
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
=====================================
@@ -104,6 +104,7 @@ NSString *VLCAudioLibrarySongCellIdentifier = @"VLCAudioLibrarySongCellIdentifie
self.trackNumberTextField.stringValue = @"";
self.playInstantlyButton.hidden = YES;
self.trackNumberTextField.hidden = NO;
+ [self playStateOrItemChanged:nil];
}
- (IBAction)playInstantly:(id)sender
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4b63d1a94426057116056acaf0faf87712ac6b44
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4b63d1a94426057116056acaf0faf87712ac6b44
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