mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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
|
|
@ -83,10 +83,6 @@ EditorRegions::init ()
|
|||
setup_col (tvc, -1, ALIGN_CENTER, S_("Lock|L"), _("Region position locked?"));
|
||||
setup_toggle (tvc, sigc::mem_fun (*this, &EditorRegions::locked_changed));
|
||||
|
||||
tvc = append_col (_columns.glued, cb_width);
|
||||
setup_col (tvc, -1, ALIGN_CENTER, S_("Glued|G"), _("Region position glued to Bars|Beats time?"));
|
||||
setup_toggle (tvc, sigc::mem_fun (*this, &EditorRegions::glued_changed));
|
||||
|
||||
tvc = append_col (_columns.muted, cb_width);
|
||||
setup_col (tvc, -1, ALIGN_CENTER, S_("Mute|M"), _("Region muted?"));
|
||||
setup_toggle (tvc, sigc::mem_fun (*this, &EditorRegions::muted_changed));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue