aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/animation_editor.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2016-02-09 16:09:29 -0300
committerJuan Linietsky2016-02-09 16:09:58 -0300
commitf51c26c0252c65bec7a14ebf4f10efc07e8a936a (patch)
treec3df646110a38ceee8a7ec653cc9e4856cf52802 /tools/editor/animation_editor.cpp
parent52326ac67244672011d97778cb8de315d0365b05 (diff)
downloadgodot-f51c26c0252c65bec7a14ebf4f10efc07e8a936a.tar.gz
godot-f51c26c0252c65bec7a14ebf4f10efc07e8a936a.tar.zst
godot-f51c26c0252c65bec7a14ebf4f10efc07e8a936a.zip
Insert new key helper is back to 2D editor, missed it?
Diffstat (limited to 'tools/editor/animation_editor.cpp')
-rw-r--r--tools/editor/animation_editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/animation_editor.cpp b/tools/editor/animation_editor.cpp
index dfb09e38f..668a135bc 100644
--- a/tools/editor/animation_editor.cpp
+++ b/tools/editor/animation_editor.cpp
@@ -2857,6 +2857,7 @@ void AnimationKeyEditor::_notification(int p_what) {
case NOTIFICATION_VISIBILITY_CHANGED: {
EditorNode::get_singleton()->update_keying();
+ emit_signal("keying_changed");
} break;
case NOTIFICATION_ENTER_TREE: {