From 9266d287ab359e5af07dc8bf25cf5d72ca0272db Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 6 Sep 2007 03:38:28 +0000 Subject: Fix automation region stacking. git-svn-id: svn://localhost/ardour2/trunk@2425 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/automation_time_axis.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/automation_time_axis.cc') diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc index f91afcc19e..844d90095f 100644 --- a/gtk2_ardour/automation_time_axis.cc +++ b/gtk2_ardour/automation_time_axis.cc @@ -100,6 +100,8 @@ AutomationTimeAxisView::AutomationTimeAxisView (Session& s, boost::shared_ptrsignal_event().connect (bind (mem_fun (editor, &PublicEditor::canvas_automation_track_event), _base_rect, this)); + _base_rect->lower_to_bottom(); + hide_button.add (*(manage (new Gtk::Image (::get_icon("hide"))))); height_button.set_name ("TrackSizeButton"); -- cgit v1.2.3