aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/sprite_frames_editor_plugin.cpp
diff options
context:
space:
mode:
authorbncastle2017-11-26 20:54:26 -0500
committerbncastle2017-11-26 20:54:26 -0500
commit30d409edc19f372bf55b7ee47c9f65087f4d437d (patch)
tree97e51988819b1a2e0fab492244382c38876dc6fb /editor/plugins/sprite_frames_editor_plugin.cpp
parent8dc89e787c8b2bc444010d67bcb47378add80061 (diff)
downloadgodot-30d409edc19f372bf55b7ee47c9f65087f4d437d.tar.gz
godot-30d409edc19f372bf55b7ee47c9f65087f4d437d.tar.zst
godot-30d409edc19f372bf55b7ee47c9f65087f4d437d.zip
Diffstat (limited to 'editor/plugins/sprite_frames_editor_plugin.cpp')
-rw-r--r--editor/plugins/sprite_frames_editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/sprite_frames_editor_plugin.cpp b/editor/plugins/sprite_frames_editor_plugin.cpp
index b3bb10357..175655119 100644
--- a/editor/plugins/sprite_frames_editor_plugin.cpp
+++ b/editor/plugins/sprite_frames_editor_plugin.cpp
@@ -394,6 +394,7 @@ void SpriteFramesEditor::_animation_add() {
edited_anim = name;
undo_redo->commit_action();
+ animations->grab_focus();
}
void SpriteFramesEditor::_animation_remove() {