From b54b10861b6951ee3053b4ed29e5c052fca80af6 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sat, 22 Jan 2022 15:03:30 -0800 Subject: [PATCH] Playlist View: Enable column text tightening before truncation --- Playlist/PlaylistController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Playlist/PlaylistController.m b/Playlist/PlaylistController.m index c59edbeff..98a78acfa 100644 --- a/Playlist/PlaylistController.m +++ b/Playlist/PlaylistController.m @@ -313,6 +313,8 @@ static inline void dispatch_sync_reentrant(dispatch_queue_t queue, dispatch_bloc cellView.frame = frameRect; if (cellView.textField) { + cellView.textField.allowsDefaultTighteningForTruncation = YES; + NSFont * sysFont = [NSFont systemFontOfSize:fontSize]; NSFontDescriptor * fontDesc = [sysFont fontDescriptor];