summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-09-06 03:38:28 +0000
committerDavid Robillard <d@drobilla.net>2007-09-06 03:38:28 +0000
commit9266d287ab359e5af07dc8bf25cf5d72ca0272db (patch)
treee0597550aa2ddf3c7cf9b033da06c810d7bceb39 /gtk2_ardour/automation_time_axis.cc
parentc190aca4a0debe1220558d14afb8f1ab4adb959f (diff)
Fix automation region stacking.
git-svn-id: svn://localhost/ardour2/trunk@2425 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_time_axis.cc')
-rw-r--r--gtk2_ardour/automation_time_axis.cc2
1 files changed, 2 insertions, 0 deletions
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_ptr<Ro
_base_rect->signal_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");