mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
more games with selection
git-svn-id: svn://localhost/ardour2/trunk@1360 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
058911a1d8
commit
f4fe4d36b1
10 changed files with 622 additions and 583 deletions
|
|
@ -1331,6 +1331,8 @@ Editor::select_all (Selection::Operation op)
|
|||
begin_reversible_command (_("select all"));
|
||||
switch (op) {
|
||||
case Selection::Add:
|
||||
selection->add (touched);
|
||||
break;
|
||||
case Selection::Toggle:
|
||||
selection->add (touched);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue