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
|
|
@ -2056,6 +2056,7 @@ AnimationPlayerEditor::AnimationPlayerEditor(AnimationPlayerEditorPlugin *p_plug
|
|||
blend_editor.dialog->add_child(blend_vb);
|
||||
|
||||
blend_editor.tree = memnew(Tree);
|
||||
blend_editor.tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
blend_editor.tree->set_hide_root(true);
|
||||
blend_editor.tree->set_columns(2);
|
||||
blend_editor.tree->set_column_expand_ratio(0, 10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue