Skip to content

In EditorInspector make use_doc_hints true by default

Rafał Mikrut requested to merge github/fork/clayjohn/use_doc_hints_default into master

Created by: clayjohn

When looking at a resource that was not the main resource in the inspector, the tooltips would not display correctly, they would just print the name with nothing from the docs. However, when that resource was opened up as the primary resource in the inspector the tooltips displayed fine.

Setting use_doc_hints to true by default in editor_inspector solves this problem. It makes sense to have it true by default as there are likely few situations where it should be turned off in the first place.

Bugsquad edit: Fixes #24784 (closed)

Merge request reports