Playlist View: Fix status message tooltip

CQTexperiment
Christopher Snowhill 2022-01-20 15:39:29 -08:00
parent 2b4de1033d
commit b78e55a50c
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ static inline void dispatch_sync_reentrant(dispatch_queue_t queue, dispatch_bloc
if (cellView.textField.intrinsicContentSize.width > cellView.textField.frame.size.width - 8)
cellView.textField.toolTip = cellText;
else
cellView.textField.toolTip = [pe status];
cellView.textField.toolTip = [pe statusMessage];
}
if (cellView.imageView) {
cellView.imageView.image = cellImage;