mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 08:31:21 +00:00
Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a container!
This commit is contained in:
parent
a503f8aadc
commit
48097f6df3
48 changed files with 92 additions and 101 deletions
|
|
@ -1280,7 +1280,7 @@ ScriptTextEditor::ScriptTextEditor() {
|
|||
add_child(color_panel);
|
||||
color_picker = memnew(ColorPicker);
|
||||
color_panel->add_child(color_picker);
|
||||
color_panel->set_child_rect(color_picker);
|
||||
color_panel->set_child_rect(color_picker); //NOT
|
||||
color_picker->connect("color_changed", this, "_color_changed");
|
||||
|
||||
edit_hb = memnew (HBoxContainer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue