1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Show editable children in the connect dialog

(cherry picked from commit c93a3bdaef)
This commit is contained in:
Tomasz Chabora
2020-11-30 00:37:32 +01:00
committed by Rémi Verschelde
parent c663b3d5f8
commit afdf189776

View File

@@ -398,6 +398,7 @@ ConnectDialog::ConnectDialog() {
tree = memnew(SceneTreeEditor(false));
tree->set_connecting_signal(true);
tree->set_show_enabled_subscene(true);
tree->get_scene_tree()->connect("item_activated", this, "_ok");
tree->connect("node_selected", this, "_tree_node_selected");
tree->set_connect_to_script_mode(true);