Show editable children in the connect dialog
(cherry picked from commit c93a3bdaef
)
This commit is contained in:
parent
c663b3d5f8
commit
afdf189776
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue