mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix unexpected auto translation of Tree content
This commit is contained in:
parent
fe01776f05
commit
8cd1ebbd6d
37 changed files with 54 additions and 0 deletions
|
|
@ -821,6 +821,7 @@ AnimationLibraryEditor::AnimationLibraryEditor() {
|
|||
tree = memnew(Tree);
|
||||
vb->add_child(tree);
|
||||
|
||||
tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
tree->set_columns(2);
|
||||
tree->set_column_titles_visible(true);
|
||||
tree->set_column_title(0, TTR("Resource"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue