Fix bug in a previous commit of mine; AutomationStreamViews create their own canvas background *and* display groups. Should fix #3173.
git-svn-id: svn://localhost/ardour2/branches/3.0@7153 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e3b0cb086d
commit
7b82cb754e
@ -54,6 +54,7 @@ using namespace Editing;
|
||||
|
||||
AutomationStreamView::AutomationStreamView (AutomationTimeAxisView& tv)
|
||||
: StreamView (*dynamic_cast<RouteTimeAxisView*>(tv.get_parent()),
|
||||
new ArdourCanvas::Group(*tv.canvas_background()),
|
||||
new ArdourCanvas::Group(*tv.canvas_display()))
|
||||
, _controller(tv.controller())
|
||||
, _automation_view(tv)
|
||||
|
Loading…
Reference in New Issue
Block a user