[EditorInspector] Fix ImportDock and ProjectExport capitalize
This commit is contained in:
parent
c7e4527a88
commit
50326a0077
|
@ -1536,7 +1536,7 @@ void EditorInspector::update_tree() {
|
||||||
|
|
||||||
Color c = sscolor;
|
Color c = sscolor;
|
||||||
c.a /= level;
|
c.a /= level;
|
||||||
section->setup(path_name, path_name, object, c, use_folding);
|
section->setup(acc_path, path_name, object, c, use_folding);
|
||||||
|
|
||||||
item_path[acc_path] = section->get_vbox();
|
item_path[acc_path] = section->get_vbox();
|
||||||
}
|
}
|
||||||
|
@ -2222,7 +2222,7 @@ EditorInspector::EditorInspector() {
|
||||||
show_categories = false;
|
show_categories = false;
|
||||||
hide_script = true;
|
hide_script = true;
|
||||||
use_doc_hints = false;
|
use_doc_hints = false;
|
||||||
capitalize_paths = false;
|
capitalize_paths = true;
|
||||||
use_filter = false;
|
use_filter = false;
|
||||||
autoclear = false;
|
autoclear = false;
|
||||||
changing = 0;
|
changing = 0;
|
||||||
|
|
Loading…
Reference in New Issue