Explorar o código

tools/editor/project_export: tree_vb already has a parent

Signed-off-by: Vinzenz Feenstra <[email protected]>
Vinzenz Feenstra %!s(int64=11) %!d(string=hai) anos
pai
achega
518722438f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/editor/project_export.cpp

+ 1 - 1
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);