You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a container!
This commit is contained in:
@@ -79,7 +79,7 @@ public:
|
||||
|
||||
container = memnew( VBoxContainer );
|
||||
add_child(container);
|
||||
set_child_rect(container);
|
||||
// set_child_rect(container);
|
||||
|
||||
child_container = memnew( GridContainer );
|
||||
child_container->set_columns(3);
|
||||
|
||||
Reference in New Issue
Block a user