1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Moved inspector functionality from EditorNode to InspectorDock.

This commit is contained in:
Daniel J. Ramirez
2018-05-17 01:01:47 -05:00
parent 4b5227ff77
commit 9a365a1216
6 changed files with 748 additions and 634 deletions

View File

@@ -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;