diff options
Diffstat (limited to 'editor/groups_editor.cpp')
-rw-r--r-- | editor/groups_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/groups_editor.cpp b/editor/groups_editor.cpp index ba7b627207..902e166fd9 100644 --- a/editor/groups_editor.cpp +++ b/editor/groups_editor.cpp @@ -842,6 +842,7 @@ GroupsEditor::GroupsEditor() { hbc->add_child(filter); tree = memnew(Tree); + tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED); tree->set_hide_root(true); tree->set_v_size_flags(SIZE_EXPAND_FILL); tree->set_allow_rmb_select(true); |