sequencer sidebar

This commit is contained in:
🪞👃🪞 2024-08-18 23:06:11 +03:00
parent 52e9613d52
commit 72afc45f5e
6 changed files with 38 additions and 25 deletions

View file

@ -212,7 +212,7 @@ fn scene_row (
) {
if let Some(phrase) = track.phrases.get(*clip) {
let phrase = phrase.read().unwrap();
phrase.name.blit(buf, x, y, style)?;
phrase.name.blit(buf, x + 1, y, style)?;
if track.sequence == Some(*clip) {
fill_bg(buf, Rect {
x: x - 1,