mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix unexpected auto translation of Tree content
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user