You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a container!
This commit is contained in:
@@ -305,7 +305,7 @@ ConnectDialog::ConnectDialog() {
|
||||
|
||||
VBoxContainer *vbc = memnew( VBoxContainer );
|
||||
add_child(vbc);
|
||||
set_child_rect(vbc);
|
||||
|
||||
|
||||
HBoxContainer *main_hb = memnew( HBoxContainer );
|
||||
vbc->add_child(main_hb);
|
||||
|
||||
Reference in New Issue
Block a user