From 0ae6682bf867e46b28a523f3c9090a426895ef09 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 4 May 2011 15:52:15 +0000 Subject: [PATCH] Fix display of new tracks. git-svn-id: svn://localhost/ardour2/branches/3.0@9478 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/time_axis_view.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc index 8f47c7745e..c2774d5e4f 100644 --- a/gtk2_ardour/time_axis_view.cc +++ b/gtk2_ardour/time_axis_view.cc @@ -168,6 +168,7 @@ TimeAxisView::TimeAxisView (ARDOUR::Session* sess, PublicEditor& ed, TimeAxisVie _controls_padding_table.set_row_spacings (2); _controls_padding_table.set_col_spacings (0); _controls_padding_table.attach (controls_table, 1, 2, 1, 2); + _controls_padding_table.show (); controls_vbox.pack_start (_controls_padding_table, false, false); controls_vbox.pack_end (resizer_box, false, false);