diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-01-10 01:49:55 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-01-10 01:49:55 -0300 |
commit | 48097f6df364b040848fb8963f15738d760a72ed (patch) | |
tree | 8816df759d41837fb333bb4a0c7515e89f00e3d0 /tools/editor/project_manager.cpp | |
parent | a503f8aadcb8cbc85bde589fb25ea06e599b367b (diff) |
Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a container!
Diffstat (limited to 'tools/editor/project_manager.cpp')
-rw-r--r-- | tools/editor/project_manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/project_manager.cpp b/tools/editor/project_manager.cpp index 6ef4580dac..74ae66d727 100644 --- a/tools/editor/project_manager.cpp +++ b/tools/editor/project_manager.cpp @@ -404,7 +404,7 @@ public: VBoxContainer *vb = memnew( VBoxContainer ); add_child(vb); - set_child_rect(vb); + // set_child_rect(vb); Label* l = memnew(Label); l->set_text(TTR("Project Path:")); |