mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
This commit is contained in:
parent
ea47d605a6
commit
74b497cf3a
4 changed files with 35 additions and 35 deletions
|
|
@ -96,7 +96,7 @@ impl ArrangementCommand {
|
|||
let index = arranger.track_add(None, None, &[], &[])?.0;
|
||||
*arranger.selection_mut() = match arranger.selection() {
|
||||
Selection::Track(_) => Selection::Track(index),
|
||||
Selection::TrackClip { track, scene } => Selection::TrackClip {
|
||||
Selection::TrackClip { track: _, scene } => Selection::TrackClip {
|
||||
track: index, scene: *scene
|
||||
},
|
||||
_ => *arranger.selection()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue