From 602c5edbc45aee328df42a53c1c571821abdd3b2 Mon Sep 17 00:00:00 2001 From: "Silc Lizard (Tokage) Renew" <61938263+TokageItLab@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:48:10 +0900 Subject: [PATCH] Fix key is deselected by chaning key time in KeyEdit in FPS mode --- editor/animation_track_editor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/animation_track_editor.cpp b/editor/animation_track_editor.cpp index 55ea7c0082a..a28e0782723 100644 --- a/editor/animation_track_editor.cpp +++ b/editor/animation_track_editor.cpp @@ -7364,7 +7364,6 @@ void AnimationTrackEditor::_update_snap_unit() { } if (timeline->is_using_fps()) { - _clear_selection(true); // Needs to recreate a spinbox of the KeyEdit. snap_unit = 1.0 / step->get_value(); } else { if (fps_compat->is_pressed()) {