Skip to content

Commit

Permalink
Update Cuesheet.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed Nov 11, 2024
1 parent 2fb4807 commit 584dfa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AudioCuesheetEditor/Model/AudioCuesheet/Cuesheet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ public void RemoveTracks(IReadOnlyCollection<Track> tracksToRemove)
tracks.ForEach(x => x.IsLinkedToPreviousTrackChanged += Track_IsLinkedToPreviousTrackChanged);
RecalculateLastTrackEnd();
OnTraceablePropertyChanged(previousValue, nameof(Tracks));
//TODO: Doesn't fire TrackRemoved (with a list of removed tracks)
}

public Boolean MoveTrackPossible(Track track, MoveDirection moveDirection)
Expand Down

0 comments on commit 584dfa1

Please sign in to comment.