expand option editor treeviews by default so that all nodes are visible

This commit is contained in:
Paul Davis 2016-03-07 09:32:29 -05:00
parent d965bc2161
commit 60ed9ccc6e
1 changed files with 1 additions and 0 deletions

View 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.