You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Rename Control PRESET_WIDE to PRESET_FULL_RECT
This commit is contained in:
@@ -4628,7 +4628,7 @@ VisualScriptEditor::VisualScriptEditor() {
|
||||
graph = memnew(GraphEdit);
|
||||
add_child(graph);
|
||||
graph->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
graph->set_anchors_and_offsets_preset(Control::PRESET_WIDE);
|
||||
graph->set_anchors_and_offsets_preset(Control::PRESET_FULL_RECT);
|
||||
graph->set_show_zoom_label(true);
|
||||
graph->connect("node_selected", callable_mp(this, &VisualScriptEditor::_node_selected));
|
||||
graph->connect("begin_node_move", callable_mp(this, &VisualScriptEditor::_begin_node_move));
|
||||
|
||||
Reference in New Issue
Block a user