mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Make bar lines on the canvas draw from top to bottom no matter how few
tracks are visible. Make tracks toggle when ctrl-clicked git-svn-id: svn://localhost/ardour2/trunk@824 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b5c9a0cfc2
commit
e706680e3d
3 changed files with 11 additions and 2 deletions
|
|
@ -878,8 +878,7 @@ RouteTimeAxisView::selection_click (GdkEventButton* ev)
|
|||
|
||||
switch (Keyboard::selection_type (ev->state)) {
|
||||
case Selection::Toggle:
|
||||
/* XXX this is not right */
|
||||
editor.get_selection().add (*tracks);
|
||||
editor.get_selection().toggle (*tracks);
|
||||
break;
|
||||
|
||||
case Selection::Set:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue