You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a container!
This commit is contained in:
@@ -341,7 +341,7 @@ MultiMeshEditor::MultiMeshEditor() {
|
||||
|
||||
VBoxContainer *vbc = memnew( VBoxContainer );
|
||||
populate_dialog->add_child(vbc);
|
||||
populate_dialog->set_child_rect(vbc);
|
||||
//populate_dialog->set_child_rect(vbc);
|
||||
|
||||
HBoxContainer *hbc = memnew( HBoxContainer );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user