summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-01-02 17:31:43 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-01-02 17:31:43 -0300
commit58a67a1e0f412b3daf7f4905ad7d0ebb1dc0cf6b (patch)
tree5642a47ec5ae1e2c523b898f53eff351c62dd18a
parent2144648a3d9d7f23cf580a429af3f7bdc13f94e8 (diff)
-fixed key insert from editor window (#976)
-rw-r--r--tools/editor/plugins/canvas_item_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/canvas_item_editor_plugin.cpp b/tools/editor/plugins/canvas_item_editor_plugin.cpp
index a18c2a58a7..482340ca00 100644
--- a/tools/editor/plugins/canvas_item_editor_plugin.cpp
+++ b/tools/editor/plugins/canvas_item_editor_plugin.cpp
@@ -2307,7 +2307,7 @@ void CanvasItemEditor::_popup_callback(int p_op) {
} break;
case ANIM_INSERT_ROT: {
- key_pos = key_rot_button->is_pressed();
+ key_rot = key_rot_button->is_pressed();
} break;
case ANIM_INSERT_SCALE: {