aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_sub_scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/editor_sub_scene.cpp')
-rw-r--r--tools/editor/editor_sub_scene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_sub_scene.cpp b/tools/editor/editor_sub_scene.cpp
index f60e0ff11..8f1f24f76 100644
--- a/tools/editor/editor_sub_scene.cpp
+++ b/tools/editor/editor_sub_scene.cpp
@@ -203,7 +203,7 @@ EditorSubScene::EditorSubScene() {
VBoxContainer *vb = memnew( VBoxContainer );
add_child(vb);
- set_child_rect(vb);
+// set_child_rect(vb);
HBoxContainer *hb = memnew( HBoxContainer );
path = memnew( LineEdit );