summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/option_editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index 6f3db85006..be3414552a 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -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.