diff options
| author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-05-15 11:09:44 -0300 |
|---|---|---|
| committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-05-15 11:25:52 -0300 |
| commit | be8dc97be7c2c735728f282ecbbf9b97b1359a67 (patch) | |
| tree | 505b492a3954e159bd48854d18a9845572327f68 /editor | |
| parent | 996abb83e31453b4dcd3f4031a191aba3b392bef (diff) | |
Fix leftover connection to the "Open" signal in FileSystemDock
Fixes #28903.
Diffstat (limited to 'editor')
| -rw-r--r-- | editor/editor_node.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index fed1f6b4fa..68ebaf1226 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -5997,7 +5997,6 @@ EditorNode::EditorNode() { node_dock = memnew(NodeDock); filesystem_dock = memnew(FileSystemDock(this)); - filesystem_dock->connect("open", this, "open_request"); filesystem_dock->connect("inherit", this, "_inherit_request"); filesystem_dock->connect("instance", this, "_instance_request"); filesystem_dock->connect("display_mode_changed", this, "_save_docks"); |