You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix leftover connection to the "Open" signal in FileSystemDock
Fixes #28903.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user