mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Add option to insert time on all a track's playlists (#4304).
git-svn-id: svn://localhost/ardour2/branches/3.0@10054 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e3692bf3da
commit
24a38b8b08
7 changed files with 63 additions and 23 deletions
|
|
@ -28,6 +28,7 @@ public:
|
|||
InsertTimeDialog (PublicEditor &);
|
||||
|
||||
Editing::InsertTimeOption intersected_region_action ();
|
||||
bool all_playlists () const;
|
||||
bool move_glued () const;
|
||||
bool move_markers () const;
|
||||
bool move_glued_markers () const;
|
||||
|
|
@ -40,6 +41,7 @@ private:
|
|||
|
||||
PublicEditor& _editor;
|
||||
Gtk::ComboBoxText _intersected_combo;
|
||||
Gtk::CheckButton _all_playlists;
|
||||
Gtk::CheckButton _move_glued;
|
||||
Gtk::CheckButton _move_markers;
|
||||
Gtk::CheckButton _move_glued_markers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue