Browse Source

Merge pull request #58917 from timothyqiu/add-child

Rémi Verschelde 3 years ago
parent
commit
64df4c83b2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      editor/script_editor_debugger.cpp

+ 0 - 1
editor/script_editor_debugger.cpp

@@ -2487,7 +2487,6 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor) {
 		inspector->register_text_enter(search);
 		inspector->set_use_filter(true);
 		inspector_vbox->add_child(inspector);
-		sc->add_child(inspector);
 
 		server.instance();