diff options
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/animation_player_editor_plugin.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.cpp b/editor/plugins/animation_player_editor_plugin.cpp index c03dc7efde..bfac9c8cf9 100644 --- a/editor/plugins/animation_player_editor_plugin.cpp +++ b/editor/plugins/animation_player_editor_plugin.cpp @@ -73,6 +73,8 @@ void AnimationPlayerEditor::_node_removed(Node *p_node) { _update_player(); _ensure_dummy_player(); + + pin->set_pressed(false); } } @@ -2056,6 +2058,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); |