Merge pull request #5715 from volzhs/issue-5659
Perform connect when double click a node on connecting signal window
This commit is contained in:
commit
d33bdd2891
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue