summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_player_editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-03-24 01:23:04 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-03-24 01:23:04 +0100
commit391eaf2a7acd8c5c0d5efb218e48d806da3ea9f2 (patch)
tree9d06e995524b19f63e544295c976c6d2a40fd661 /editor/plugins/animation_player_editor_plugin.cpp
parent21dc88bf74b5bba5fdd662c3d7126da2b637f95a (diff)
parent5c6ca5fc09e5764ca10df68a4dddb5bec5be1481 (diff)
downloadredot-engine-391eaf2a7acd8c5c0d5efb218e48d806da3ea9f2.tar.gz
Merge pull request #89732 from azuloo/animation-player-pin-fix
Fix AnimationPlayer pin behavior
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.cpp')
-rw-r--r--editor/plugins/animation_player_editor_plugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.cpp b/editor/plugins/animation_player_editor_plugin.cpp
index c03dc7efde..a1ff7fc0bf 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);
}
}