You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Perform connect when double click a node on connecting signal window
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user