mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_preset(PRESET_WIDE)
This commit is contained in:
parent
92f062696a
commit
05bb8e0c10
32 changed files with 58 additions and 75 deletions
|
|
@ -2921,7 +2921,7 @@ ShaderGraphEditorPlugin::ShaderGraphEditorPlugin(EditorNode *p_node, bool p_2d)
|
|||
|
||||
|
||||
//editor->get_viewport()->add_child(shader_editor);
|
||||
//shader_editor->set_area_as_parent_rect();
|
||||
//shader_editor->set_anchors_and_margins_preset(Control::PRESET_WIDE);
|
||||
//shader_editor->hide();
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue