summaryrefslogtreecommitdiff
path: root/tools/editor
diff options
context:
space:
mode:
authorVinzenz Feenstra <evilissimo@gmail.com>2014-02-17 20:43:22 +0100
committerVinzenz Feenstra <evilissimo@gmail.com>2014-02-17 20:49:48 +0100
commit518722438fbd4fd7d0b17d8a00a3b81926e74a2e (patch)
tree36f16f7233c8d22fabb9600c8bad06b2bcf36fbc /tools/editor
parent891b2bdb4f2d1a1a6a1021ae569242fdf184cacc (diff)
tools/editor/project_export: tree_vb already has a parent
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
Diffstat (limited to 'tools/editor')
-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);