mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Playlist UI tweaks: always prompt the user for a new playlist name, not just for grouped playlists
This commit is contained in:
parent
892d641987
commit
561aef3736
3 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue