You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a container!
This commit is contained in:
@@ -310,7 +310,7 @@ GraphColorRampEdit::GraphColorRampEdit(){
|
||||
popup = memnew( PopupPanel );
|
||||
picker = memnew( ColorPicker );
|
||||
popup->add_child(picker);
|
||||
popup->set_child_rect(picker);
|
||||
/popup->set_child_rect(picker);
|
||||
add_child(popup);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user