summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-03-07 09:32:29 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-03-07 09:32:29 -0500
commit60ed9ccc6ed3b9a006131121e171f9289b1baa0d (patch)
tree4f46a021521bae944522f74fda09c239f554694e /gtk2_ardour
parentd965bc21619bdbf1b8ef1e0266d9bc759c41148e (diff)
expand option editor treeviews by default so that all nodes are visible
Diffstat (limited to 'gtk2_ardour')
-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.