You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a container!
This commit is contained in:
@@ -1477,7 +1477,7 @@ AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor) {
|
||||
blend_editor.dialog->set_hide_on_ok(true);
|
||||
VBoxContainer *blend_vb = memnew( VBoxContainer);
|
||||
blend_editor.dialog->add_child(blend_vb);
|
||||
blend_editor.dialog->set_child_rect(blend_vb);
|
||||
//blend_editor.dialog->set_child_rect(blend_vb);
|
||||
blend_editor.tree = memnew( Tree );
|
||||
blend_editor.tree->set_columns(2);
|
||||
blend_vb->add_margin_child(TTR("Blend Times:"),blend_editor.tree,true);
|
||||
|
||||
Reference in New Issue
Block a user