mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-15 12:43:13 -05:00
feat(tracker): hide playing row indicator when not playing
This commit is contained in:
@ -62,6 +62,8 @@ func (t *Tracker) TogglePlay() {
|
||||
t.Playing = !t.Playing
|
||||
if t.Playing {
|
||||
t.NoteTracking = true
|
||||
t.PlayPattern = t.DisplayPattern
|
||||
t.PlayRow = t.CursorRow - 1
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user