mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 13:47:24 +01:00
fix copy-paste error that prevent transport master request mask from being set correctly
This commit is contained in:
parent
961562b594
commit
afcc95167e
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@ TransportMastersWidget::Row::build_request_options ()
|
|||
items.push_back (CheckMenuElem (_("Accept locate commands")));
|
||||
i = dynamic_cast<Gtk::CheckMenuItem *> (&items.back ());
|
||||
i->set_active (tm->request_mask() & TR_Locate);
|
||||
i->signal_activate().connect (sigc::bind (sigc::mem_fun (*this, &TransportMastersWidget::Row::mod_request_type), TR_Speed));
|
||||
i->signal_activate().connect (sigc::bind (sigc::mem_fun (*this, &TransportMastersWidget::Row::mod_request_type), TR_Locate));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue