mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Perform connect when double click a node on connecting signal window
This commit is contained in:
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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue