Merge branch 'master' of https://github.com/okamstudio/godot
This commit is contained in:
commit
b62ec387f3
17 changed files with 102 additions and 37 deletions
|
|
@ -1057,7 +1057,7 @@ ProjectExportDialog::ProjectExportDialog(EditorNode *p_editor) {
|
|||
|
||||
tree = memnew( Tree );
|
||||
tree_vb->add_margin_child("Resources to Export:",tree,true);
|
||||
sections->add_child(tree);
|
||||
|
||||
tree->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
tree->connect("item_edited",this,"_tree_changed");
|
||||
tree->set_columns(2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue