Playlist UI Tweaks: show the current track playlists in the copy+share+steal cases (second part of 3b3473)

This commit is contained in:
Ben Loftis 2021-07-20 16:10:40 -05:00
parent 46c2cdc64a
commit ff3f0e1d62

View File

@ -288,7 +288,7 @@ PlaylistSelector::redisplay()
if (tr == this_track && _mode==plSelect) {
child_row = *(model->append());
} else if (tr != this_track && _mode != plSelect) {
} else if (_mode != plSelect) {
child_row = *(model->append (row.children()));
}