2
0
Fork 0

Perform connect when double click a node on connecting signal window

2.1
volzhs 2016-07-15 14:29:14 +07:00
parent 3e2c7bf797
commit 9ff7c5524f
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);