summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorokamstudio <juan@okamstudio.com>2014-02-20 23:54:24 -0200
committerokamstudio <juan@okamstudio.com>2014-02-20 23:54:24 -0200
commitda3c7931b7a9a525bb6f6a088cc8c03ee108a2b5 (patch)
tree580d8cc197f419ebdeea7df3c0b534afaedba24a /tools
parentb98da14f0f97a5039c512c5ea0cc7d99325dd74b (diff)
parent518722438fbd4fd7d0b17d8a00a3b81926e74a2e (diff)
Merge pull request #109 from vinzenz/project-export
tools/editor/project_export: tree_vb already has a parent
Diffstat (limited to 'tools')
-rw-r--r--tools/editor/project_export.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/project_export.cpp b/tools/editor/project_export.cpp
index 070f8d1bad..192fcaa908 100644
--- a/tools/editor/project_export.cpp
+++ b/tools/editor/project_export.cpp
@@ -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);