You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix FileSystem dock auto translating files
This commit is contained in:
@@ -3905,6 +3905,7 @@ FileSystemDock::FileSystemDock() {
|
|||||||
add_child(split_box);
|
add_child(split_box);
|
||||||
|
|
||||||
tree = memnew(FileSystemTree);
|
tree = memnew(FileSystemTree);
|
||||||
|
tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||||
|
|
||||||
tree->set_hide_root(true);
|
tree->set_hide_root(true);
|
||||||
SET_DRAG_FORWARDING_GCD(tree, FileSystemDock);
|
SET_DRAG_FORWARDING_GCD(tree, FileSystemDock);
|
||||||
|
|||||||
Reference in New Issue
Block a user