Merge pull request #56864 from pycbouh/editor-no-adoption-for-you

This commit is contained in:
Rémi Verschelde 2022-01-17 15:13:03 +01:00 committed by GitHub
commit 9d35ce1948
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);