Fix visual script editor interface

This commit is contained in:
K. S. Ernest (iFire) Lee 2018-07-10 10:30:26 -03:00 committed by Guilherme Felipe
parent 27b70914e4
commit e0510369d6

View file

@ -3389,6 +3389,7 @@ VisualScriptEditor::VisualScriptEditor() {
graph = memnew(GraphEdit);
add_child(graph);
graph->set_v_size_flags(Control::SIZE_EXPAND_FILL);
graph->set_anchors_and_margins_preset(Control::PRESET_WIDE);
graph->connect("node_selected", this, "_node_selected");
graph->connect("_begin_node_move", this, "_begin_node_move");