Merge pull request #89599 from timothyqiu/vegetate
Fix unexpected auto translation of editor `Tree` content
This commit is contained in:
@ -3903,6 +3903,7 @@ FileSystemDock::FileSystemDock() {
|
||||
tree = memnew(FileSystemTree);
|
||||
tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
|
||||
tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
tree->set_hide_root(true);
|
||||
SET_DRAG_FORWARDING_GCD(tree, FileSystemDock);
|
||||
tree->set_allow_rmb_select(true);
|
||||
|
||||
Reference in New Issue
Block a user