aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.cpp
diff options
context:
space:
mode:
authorDaniel J. Ramirez2018-05-17 01:01:47 -0500
committerDaniel J. Ramirez2018-05-17 16:29:26 -0500
commit9a365a1216b8fe9f394d6efdd9550eab4e899eca (patch)
treee95f782c18f43e626edb5efeca2cf8a41396b13f /editor/plugins/script_editor_plugin.cpp
parent4b5227ff7755aa19aa57452c49e9466252fcb4a0 (diff)
downloadgodot-9a365a1216b8fe9f394d6efdd9550eab4e899eca.tar.gz
godot-9a365a1216b8fe9f394d6efdd9550eab4e899eca.tar.zst
godot-9a365a1216b8fe9f394d6efdd9550eab4e899eca.zip
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
-rw-r--r--editor/plugins/script_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp
index c0f91455f..422d19c0e 100644
--- a/editor/plugins/script_editor_plugin.cpp
+++ b/editor/plugins/script_editor_plugin.cpp
@@ -1188,7 +1188,7 @@ void ScriptEditor::_notification(int p_what) {
case NOTIFICATION_READY: {
get_tree()->connect("tree_changed", this, "_tree_changed");
- editor->connect("request_help", this, "_request_help");
+ editor->get_inspector_dock()->connect("request_help", this, "_request_help");
editor->connect("request_help_search", this, "_help_search");
editor->connect("request_help_index", this, "_help_index");
} break;