You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a container!
This commit is contained in:
@@ -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:"));
|
||||
|
||||
Reference in New Issue
Block a user