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:
@@ -649,7 +649,7 @@ CreateDialog::CreateDialog() {
|
||||
HSplitContainer *hbc = memnew( HSplitContainer );
|
||||
|
||||
add_child(hbc);
|
||||
set_child_rect(hbc);
|
||||
|
||||
|
||||
VBoxContainer *lvbc = memnew( VBoxContainer);
|
||||
hbc->add_child(lvbc);
|
||||
@@ -932,7 +932,7 @@ CreateDialog::CreateDialog() {
|
||||
|
||||
VBoxContainer *vbc = memnew( VBoxContainer );
|
||||
add_child(vbc);
|
||||
set_child_rect(vbc);
|
||||
|
||||
|
||||
get_ok()->set_text("Create");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user