You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a container!
This commit is contained in:
@@ -135,7 +135,7 @@ EditorReImportDialog::EditorReImportDialog() {
|
||||
tree = memnew( Tree );
|
||||
add_child(tree);
|
||||
tree->set_hide_root(true);
|
||||
set_child_rect(tree);
|
||||
//set_child_rect(tree);
|
||||
set_title(TTR("Re-Import Changed Resources"));
|
||||
error = memnew( AcceptDialog);
|
||||
add_child(error);
|
||||
|
||||
Reference in New Issue
Block a user