Răsfoiți Sursa

Merge pull request #99319 from TokageItLab/fix-fps-inspector

Fix key is deselected by changing key time in KeyEdit in FPS mode
Rémi Verschelde 11 luni în urmă
părinte
comite
b11bb1aa97
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      editor/animation_track_editor.cpp

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