diff options
author | volzhs <volzhs@gmail.com> | 2016-07-15 14:29:14 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2016-07-15 14:29:14 +0900 |
commit | 9ff7c5524f21d299380e68e600cd99133cf6a215 (patch) | |
tree | 2a7dc52dbd858e95d909c618db9d9ed47877f730 | |
parent | 3e2c7bf797bd073727e5d0272ce47aa77895935b (diff) |
Perform connect when double click a node on connecting signal window
-rw-r--r-- | tools/editor/connections_dialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/connections_dialog.cpp b/tools/editor/connections_dialog.cpp index faaae4360b..bdc420c70f 100644 --- a/tools/editor/connections_dialog.cpp +++ b/tools/editor/connections_dialog.cpp @@ -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); |