more games with selection

git-svn-id: svn://localhost/ardour2/trunk@1360 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-01-18 16:45:29 +00:00
parent 058911a1d8
commit f4fe4d36b1
10 changed files with 622 additions and 583 deletions

View file

@ -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;