Skip to content

Commit b11bb1a

Browse files
committed
Merge pull request #99319 from TokageItLab/fix-fps-inspector
Fix key is deselected by changing key time in KeyEdit in FPS mode
2 parents 2859546 + 602c5ed commit b11bb1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/animation_track_editor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7364,7 +7364,6 @@ void AnimationTrackEditor::_update_snap_unit() {
73647364
}
73657365

73667366
if (timeline->is_using_fps()) {
7367-
_clear_selection(true); // Needs to recreate a spinbox of the KeyEdit.
73687367
snap_unit = 1.0 / step->get_value();
73697368
} else {
73707369
if (fps_compat->is_pressed()) {

0 commit comments

Comments
 (0)