Merge pull request #89599 from timothyqiu/vegetate

Fix unexpected auto translation of editor `Tree` content
This commit is contained in:
Rémi Verschelde
2024-03-23 21:15:39 -07:00
committed by GitHub
37 changed files with 54 additions and 0 deletions

View File

@ -382,6 +382,7 @@ void EditorResourcePicker::_edit_menu_cbk(int p_which) {
vb->add_child(label);
duplicate_resources_tree = memnew(Tree);
duplicate_resources_tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
vb->add_child(duplicate_resources_tree);
duplicate_resources_tree->set_columns(2);
duplicate_resources_tree->set_v_size_flags(SIZE_EXPAND_FILL);