2
0
Эх сурвалжийг харах

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
Rémi Verschelde 7 жил өмнө
parent
commit
06bf5e71f6

+ 1 - 0
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() {