Merged from trunk R745

git-svn-id: svn://localhost/ardour2/branches/midi@746 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2006-08-02 02:44:23 +00:00
parent e51e31dca2
commit 38c7d34d8c
3 changed files with 9 additions and 4 deletions

View file

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