aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/animation_player_editor_plugin.cpp
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias2018-04-27 16:05:10 -0300
committerMichael Alexsander Silva Dias2018-04-27 16:06:05 -0300
commit75897710b301b7c5254ecd67099f31cb6ee840d5 (patch)
tree0f4a31949eaa204ea1af9e91b722962fdbe5f6e3 /editor/plugins/animation_player_editor_plugin.cpp
parente93a56ef3e517edfa6146ed62af4b9f85de96500 (diff)
downloadgodot-75897710b301b7c5254ecd67099f31cb6ee840d5.tar.gz
godot-75897710b301b7c5254ecd67099f31cb6ee840d5.tar.zst
godot-75897710b301b7c5254ecd67099f31cb6ee840d5.zip
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.cpp')
-rw-r--r--editor/plugins/animation_player_editor_plugin.cpp1
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 ae3a609f6..b38797255 100644
--- a/editor/plugins/animation_player_editor_plugin.cpp
+++ b/editor/plugins/animation_player_editor_plugin.cpp
@@ -828,6 +828,7 @@ void AnimationPlayerEditor::_update_player() {
save_anim->set_disabled(animlist.size() == 0);
tool_anim->set_disabled(player == NULL);
onion_skinning->set_disabled(player == NULL);
+ pin->set_disabled(player == NULL);
int active_idx = -1;
for (List<StringName>::Element *E = animlist.front(); E; E = E->next()) {