Skip to content

Commit

Permalink
Fix FileSystem dock auto translating files
Browse files Browse the repository at this point in the history
  • Loading branch information
YeldhamDev committed Mar 16, 2024
1 parent 68ad520 commit b926e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/filesystem_dock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3905,6 +3905,7 @@ FileSystemDock::FileSystemDock() {
add_child(split_box);

tree = memnew(FileSystemTree);
tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);

tree->set_hide_root(true);
SET_DRAG_FORWARDING_GCD(tree, FileSystemDock);
Expand Down

0 comments on commit b926e51

Please sign in to comment.