Perform connect when double click a node on connecting signal window

This commit is contained in:
volzhs 2016-07-15 14:29:14 +09:00
parent 3e2c7bf797
commit 9ff7c5524f

View File

@ -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);