-Added folding to property editor, persistent on objects it edits
-Some changes to tree to support this properly
This commit is contained in:
parent
826784d965
commit
760cdbe1a3
9 changed files with 235 additions and 22 deletions
|
|
@ -5784,6 +5784,7 @@ EditorNode::EditorNode() {
|
|||
property_editor = memnew(PropertyEditor);
|
||||
property_editor->set_autoclear(true);
|
||||
property_editor->set_show_categories(true);
|
||||
property_editor->set_use_folding(true);
|
||||
property_editor->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
property_editor->set_use_doc_hints(true);
|
||||
property_editor->set_enable_capitalize_paths(bool(EDITOR_DEF("interface/capitalize_properties", true)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue