mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 11:27:45 +01:00
Allow Separate using Loop/Punch range to work with edit point set to mouse
These operations are not dependent on the mouse position. Resolves: #7276
This commit is contained in:
parent
8f2a5c01dd
commit
b9ff329e36
1 changed files with 0 additions and 3 deletions
|
|
@ -353,10 +353,7 @@ Editor::register_actions ()
|
|||
ActionManager::mouse_edit_point_requires_canvas_actions.push_back (act);
|
||||
|
||||
act = reg_sens (editor_actions, "separate-from-punch", _("Separate Using Punch Range"), sigc::mem_fun(*this, &Editor::separate_region_from_punch));
|
||||
ActionManager::mouse_edit_point_requires_canvas_actions.push_back (act);
|
||||
|
||||
act = reg_sens (editor_actions, "separate-from-loop", _("Separate Using Loop Range"), sigc::mem_fun(*this, &Editor::separate_region_from_loop));
|
||||
ActionManager::mouse_edit_point_requires_canvas_actions.push_back (act);
|
||||
|
||||
act = reg_sens (editor_actions, "editor-crop", _("Crop"), sigc::mem_fun(*this, &Editor::crop_region_to_selection));
|
||||
ActionManager::mouse_edit_point_requires_canvas_actions.push_back (act);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue