1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

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();
}