From 3b3473c6eb159b9bcf2749e35aa8180ff673737a Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Tue, 20 Jul 2021 13:09:41 -0500 Subject: [PATCH] Playlist UI Tweaks: revert to prior behavior of showing the current track as a copy/share/steal source --- gtk2_ardour/playlist_selector.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/playlist_selector.cc b/gtk2_ardour/playlist_selector.cc index 1b214c50fc..3af22f7251 100644 --- a/gtk2_ardour/playlist_selector.cc +++ b/gtk2_ardour/playlist_selector.cc @@ -266,7 +266,7 @@ PlaylistSelector::redisplay() TreePath this_path; //make a heading for each other track, if needed - if (tr != this_track && _mode != plSelect) { + if (_mode != plSelect) { row = *(model->prepend()); row[columns.text] = nodename; boost::shared_ptr proxy = row[columns.playlist];