diff options
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/animation_player_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.cpp b/editor/plugins/animation_player_editor_plugin.cpp index c03dc7efde..75aa1acff4 100644 --- a/editor/plugins/animation_player_editor_plugin.cpp +++ b/editor/plugins/animation_player_editor_plugin.cpp @@ -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); |