From 7b82cb754ea23bb8e727aa939644198e51b0a1bb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 May 2010 01:03:07 +0000 Subject: [PATCH] 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 --- gtk2_ardour/automation_streamview.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/automation_streamview.cc b/gtk2_ardour/automation_streamview.cc index 60c2e44076..9471d7c406 100644 --- a/gtk2_ardour/automation_streamview.cc +++ b/gtk2_ardour/automation_streamview.cc @@ -54,6 +54,7 @@ using namespace Editing; AutomationStreamView::AutomationStreamView (AutomationTimeAxisView& tv) : StreamView (*dynamic_cast(tv.get_parent()), + new ArdourCanvas::Group(*tv.canvas_background()), new ArdourCanvas::Group(*tv.canvas_display())) , _controller(tv.controller()) , _automation_view(tv)