mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Fix a node reparenting warning in the editor debugger
This commit is contained in:
parent
3a2c0bf952
commit
b89cf4dcf9
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue