You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a container!
This commit is contained in:
@@ -353,7 +353,7 @@ ScriptCreateDialog::ScriptCreateDialog() {
|
||||
|
||||
VBoxContainer *vb = memnew( VBoxContainer );
|
||||
add_child(vb);
|
||||
set_child_rect(vb);
|
||||
//set_child_rect(vb);
|
||||
|
||||
|
||||
class_name = memnew( LineEdit );
|
||||
|
||||
Reference in New Issue
Block a user