mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
no more "glue to ..." concept in GUI
This commit is contained in:
parent
e363da1f90
commit
5b038e488c
10 changed files with 9 additions and 128 deletions
|
|
@ -28,9 +28,7 @@ public:
|
|||
|
||||
Editing::InsertTimeOption intersected_region_action ();
|
||||
bool all_playlists () const;
|
||||
bool move_glued () const;
|
||||
bool move_markers () const;
|
||||
bool move_glued_markers () const;
|
||||
bool move_locked_markers () const;
|
||||
bool move_tempos () const;
|
||||
Temporal::timepos_t position () const;
|
||||
|
|
@ -43,9 +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;
|
||||
Gtk::CheckButton _move_locked_markers;
|
||||
Gtk::CheckButton _move_tempos;
|
||||
Gtk::Label tempo_label;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue