You've already forked godot
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:
committed by
Rémi Verschelde
parent
c663b3d5f8
commit
afdf189776
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user