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:
commit
06bf5e71f6
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue