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:
@@ -270,7 +270,7 @@ EditorAssetLibraryItemDescription::EditorAssetLibraryItemDescription() {
|
||||
|
||||
VBoxContainer *vbox = memnew( VBoxContainer );
|
||||
add_child(vbox);
|
||||
set_child_rect(vbox);
|
||||
|
||||
|
||||
|
||||
HBoxContainer *hbox = memnew( HBoxContainer);
|
||||
|
||||
Reference in New Issue
Block a user