From e4545140daccdaa6192351e9f72ca26bf1e2fd3c Mon Sep 17 00:00:00 2001 From: Chia-Hsiang Cheng Date: Mon, 14 Nov 2022 15:53:26 +0800 Subject: [PATCH] Fix missing tooltips caused by export_category --- editor/editor_inspector.cpp | 10 ++++++++++ modules/gdscript/gdscript_parser.cpp | 1 + 2 files changed, 11 insertions(+) diff --git a/editor/editor_inspector.cpp b/editor/editor_inspector.cpp index 6e18bde30383..5ba89715c333 100644 --- a/editor/editor_inspector.cpp +++ b/editor/editor_inspector.cpp @@ -2723,6 +2723,16 @@ void EditorInspector::update_tree() { section_depth = 0; if (!show_categories) { + // Find the class name to retrieve information about the following properties. (The category name does not always work.) + if (doc_name == "" && !EditorNode::get_editor_data().is_type_recognized(p.name) && p.hint_string.length() && FileAccess::exists(p.hint_string)) { + Ref