mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Make "goto-mark-x" action availalbe in the Mixer
This commit is contained in:
parent
3b5546cfce
commit
939a2b22bf
2 changed files with 7 additions and 6 deletions
|
|
@ -281,12 +281,6 @@ Editor::register_actions ()
|
|||
reg_sens (editor_actions, a.c_str(), n.c_str(), sigc::bind (sigc::mem_fun (*this, &Editor::cancel_visual_state_op), i - 1));
|
||||
}
|
||||
|
||||
for (int i = 1; i <= 9; ++i) {
|
||||
string const a = string_compose (X_("goto-mark-%1"), i);
|
||||
string const n = string_compose (_("Locate to Mark %1"), i);
|
||||
reg_sens (editor_actions, a.c_str(), n.c_str(), sigc::bind (sigc::mem_fun (*this, &Editor::goto_nth_marker), i - 1));
|
||||
}
|
||||
|
||||
reg_sens (editor_actions, "temporal-zoom-out", _("Zoom Out"), sigc::bind (sigc::mem_fun(*this, &Editor::temporal_zoom_step), true));
|
||||
reg_sens (editor_actions, "temporal-zoom-in", _("Zoom In"), sigc::bind (sigc::mem_fun(*this, &Editor::temporal_zoom_step), false));
|
||||
reg_sens (editor_actions, "zoom-to-session", _("Zoom to Session"), sigc::mem_fun(*this, &Editor::temporal_zoom_session));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue