Merge pull request #13330 from bncastle/sprite_frames_editor_allow_f2_on_new

Focus on sprite animation list after adding a new one to allow renaming with f2
This commit is contained in:
Rémi Verschelde 2017-11-27 07:46:29 +01:00 committed by GitHub
commit 06bf5e71f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -394,6 +394,7 @@ void SpriteFramesEditor::_animation_add() {
edited_anim = name; edited_anim = name;
undo_redo->commit_action(); undo_redo->commit_action();
animations->grab_focus();
} }
void SpriteFramesEditor::_animation_remove() { void SpriteFramesEditor::_animation_remove() {