Fix animation toolbar

This commit is contained in:
Franklin Sobrinho 2016-01-27 11:10:51 -03:00
parent 1d99e71d94
commit 9f5d537993
4 changed files with 10 additions and 11 deletions

View file

@ -3661,6 +3661,7 @@ void EditorNode::update_keying() {
property_editor->set_keying(valid);
AnimationPlayerEditor::singleton->get_key_editor()->update_keying();
}