no more "glue to ..." concept in GUI

This commit is contained in:
Paul Davis 2023-10-04 16:56:23 -06:00
parent e363da1f90
commit 5b038e488c
10 changed files with 9 additions and 128 deletions

View file

@ -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));