Skip to content

Commit

Permalink
[EditorInspector] Fix ImportDock and ProjectExport capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermefelipecgs committed Aug 20, 2018
1 parent c7e4527 commit 50326a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/editor_inspector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ void EditorInspector::update_tree() {

Color c = sscolor;
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();
}
Expand Down Expand Up @@ -2222,7 +2222,7 @@ EditorInspector::EditorInspector() {
show_categories = false;
hide_script = true;
use_doc_hints = false;
capitalize_paths = false;
capitalize_paths = true;
use_filter = false;
autoclear = false;
changing = 0;
Expand Down

0 comments on commit 50326a0

Please sign in to comment.