diff options
author | clayjohn <claynjohn@gmail.com> | 2019-01-07 20:38:03 -0800 |
---|---|---|
committer | clayjohn <claynjohn@gmail.com> | 2019-01-07 20:38:03 -0800 |
commit | 9d162f9fbe8efadd92956efde094f4700e39d43e (patch) | |
tree | e5fd14ecca41a923212db640c2f5014fa925a4dd | |
parent | 3873f84548cd91ec62b9cb045e75158df74e19f9 (diff) |
make tooltips display for subinspectors
-rw-r--r-- | editor/editor_properties.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_properties.cpp b/editor/editor_properties.cpp index fdbf5bda9f..9de006a3ae 100644 --- a/editor/editor_properties.cpp +++ b/editor/editor_properties.cpp @@ -2421,6 +2421,7 @@ void EditorPropertyResource::update_property() { if (!sub_inspector) { sub_inspector = memnew(EditorInspector); sub_inspector->set_enable_v_scroll(false); + sub_inspector->set_use_doc_hints(true); sub_inspector->set_use_sub_inspector_bg(true); sub_inspector->set_enable_capitalize_paths(true); |