OSC: Changed gainVCA to gainfader as VCA is already used.
[ardour.git] / gtk2_ardour / option_editor.cc
index 6f3db85006f25c681e50292fd82130235b6bbd98..be3414552a05090db97e20d57d81b2f6949c5362 100644 (file)
@@ -628,6 +628,7 @@ OptionEditor::add_path_to_treeview (std::string const & pn, Gtk::Widget& widget)
        }
 
        option_treeview.set_model (option_tree);
+       option_treeview.expand_all ();
 }
 
 /** Add a component to a given page.