Skip to content

Commit

Permalink
合并TrackScrollView与TrackGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYunPlayer committed Jun 22, 2024
1 parent 5a97787 commit c76d6fb
Show file tree
Hide file tree
Showing 7 changed files with 671 additions and 729 deletions.
2 changes: 1 addition & 1 deletion TuneLab/Views/Editor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ public void ImportAudio()
if (Project == null)
return;

TrackWindow.TrackGrid.ImportAudioAt(0, Project.Tracks.Count);
TrackWindow.TrackScrollView.ImportAudioAt(0, Project.Tracks.Count);
}

public void ChangePlayState()
Expand Down
566 changes: 0 additions & 566 deletions TuneLab/Views/TrackGrid.cs

This file was deleted.

72 changes: 0 additions & 72 deletions TuneLab/Views/TrackGridItem.cs

This file was deleted.

Loading

0 comments on commit c76d6fb

Please sign in to comment.