Perform connect when double click a node on connecting signal window
This commit is contained in:
parent
3e2c7bf797
commit
9ff7c5524f
@ -309,6 +309,7 @@ ConnectDialog::ConnectDialog() {
|
||||
|
||||
|
||||
tree = memnew(SceneTreeEditor(false));
|
||||
tree->get_scene_tree()->connect("item_activated",this,"_ok");
|
||||
vbc_left->add_margin_child(TTR("Connect To Node:"),tree,true);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user