Playlist View: Fix status message tooltip
parent
2b4de1033d
commit
b78e55a50c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue