From b89cf4dcf93353a51a6caaac1e34fc32400eaf60 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Mon, 17 Jan 2022 15:10:59 +0300 Subject: [PATCH] Fix a node reparenting warning in the editor debugger --- editor/debugger/script_editor_debugger.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/debugger/script_editor_debugger.cpp b/editor/debugger/script_editor_debugger.cpp index c38c10cd107..4349ffc75bb 100644 --- a/editor/debugger/script_editor_debugger.cpp +++ b/editor/debugger/script_editor_debugger.cpp @@ -1778,7 +1778,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); breakpoints_tree = memnew(Tree); breakpoints_tree->set_h_size_flags(SIZE_EXPAND_FILL);