mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Merged from trunk R745
git-svn-id: svn://localhost/ardour2/branches/midi@746 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e51e31dca2
commit
38c7d34d8c
3 changed files with 9 additions and 4 deletions
|
|
@ -302,7 +302,10 @@ StreamView::region_layered (RegionView* rv)
|
|||
get events - the parent group does instead ...
|
||||
*/
|
||||
|
||||
rv->get_canvas_group()->raise (rv->region().layer() + 1);
|
||||
/* this used to be + 1, but regions to the left ended up below
|
||||
..something.. and couldn't receive events. why? good question.
|
||||
*/
|
||||
rv->get_canvas_group()->raise (rv->region().layer() + 2);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue