Playlist UI Tweaks: thinko: selecting a playlist from the menu should be group-aware

This commit is contained in:
Ben Loftis 2021-06-27 21:50:51 -05:00 committed by Robin Gareus
parent cdc9b89e3f
commit 36dd49021f
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -2554,7 +2554,7 @@ RouteUI::use_playlist (RadioMenuItem *item, boost::weak_ptr<Playlist> wpl)
return;
}
select_playlist_matching(wpl);
PublicEditor::instance().mapover_grouped_routes (sigc::bind (sigc::mem_fun (PublicEditor::instance(), &PublicEditor::mapped_select_playlist_matching), wpl), this, ARDOUR::Properties::group_select.property_id);
}