From 3b38d7d8a614f73f61bbed65356ba6c158d54970 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 Mar 2015 11:48:13 -0400 Subject: Keep automation lines within their parent (#6215). --- gtk2_ardour/automation_line.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/automation_line.cc') diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc index d5ed529ad8..ed0321a2d7 100644 --- a/gtk2_ardour/automation_line.cc +++ b/gtk2_ardour/automation_line.cc @@ -105,7 +105,7 @@ AutomationLine::AutomationLine (const string& name, terminal_points_can_slide = true; _height = 0; - group = new ArdourCanvas::Container (&parent); + group = new ArdourCanvas::Container (&parent, ArdourCanvas::Duple(0, 1.5)); CANVAS_DEBUG_NAME (group, "region gain envelope group"); line = new ArdourCanvas::PolyLine (group); -- cgit v1.2.3