add undo to select within (mouse and loop/punch ranges). add right click menu to loop/punch ranges to select all within
git-svn-id: svn://localhost/trunk/ardour2@293 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -1276,13 +1276,13 @@ Editor::select_all_within (jack_nframes_t start, jack_nframes_t end, double top,
|
||||
}
|
||||
(*iter)->get_selectables (start, end, top, bot, touched);
|
||||
}
|
||||
|
||||
begin_reversible_command (_("select all within"));
|
||||
if (add) {
|
||||
selection->add (touched);
|
||||
} else {
|
||||
selection->set (touched);
|
||||
}
|
||||
|
||||
commit_reversible_command ();
|
||||
return !touched.empty();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user