Oops. forgot the most important file of previous commit.
authorSampo Savolainen <v2@iki.fi>
Thu, 3 Aug 2006 14:40:59 +0000 (14:40 +0000)
committerSampo Savolainen <v2@iki.fi>
Thu, 3 Aug 2006 14:40:59 +0000 (14:40 +0000)
git-svn-id: svn://localhost/ardour2/trunk@751 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/time_axis_view.cc

index 047887abeb3fb4c2dcbfd947488e7cc65af60e85..6261241139cfe25cd15e26f99149a59233acbbe6 100644 (file)
@@ -128,6 +128,7 @@ TimeAxisView::TimeAxisView (ARDOUR::Session& sess, PublicEditor& ed, TimeAxisVie
 
        controls_table.attach (name_hbox, 0, 4, 0, 1, Gtk::FILL|Gtk::EXPAND, Gtk::FILL|Gtk::EXPAND);
        controls_table.show_all ();
+       controls_table.set_no_show_all ();
 
        controls_vbox.pack_start (controls_table, false, false);
        controls_vbox.show ();