Playlist UI tweaks: always prompt the user for a new playlist name, not just for grouped playlists

This commit is contained in:
Ben Loftis 2021-05-28 07:43:46 -05:00
parent 892d641987
commit 561aef3736
3 changed files with 5 additions and 5 deletions

View file

@ -158,7 +158,7 @@ public:
void fan_out (bool to_busses = true, bool group = true);
/* The editor calls these when mapping an operation across multiple tracks */
void use_new_playlist (bool prompt, std::vector<boost::shared_ptr<ARDOUR::Playlist> > const&, bool copy);
void use_new_playlist (std::vector<boost::shared_ptr<ARDOUR::Playlist> > const&, bool copy);
void clear_playlist ();
void use_playlist (Gtk::RadioMenuItem* item, boost::weak_ptr<ARDOUR::Playlist> wpl);