Remove not needed line

#4013
This commit is contained in:
2026-05-28 10:07:16 +02:00
parent 7e19ffbe40
commit 3e670f5e80
-1
View File
@@ -1302,7 +1302,6 @@ namespace FlaxEditor.GUI.Timeline
if (track.ParentTrack != null)
OnTracksOrderChanged();
track.OnSpawned();
_tracksPanelArea.ScrollViewTo(track);
MarkAsEdited();
if (withUndo)
Undo?.AddAction(new AddRemoveTrackAction(this, track, true));