mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
sequencer sidebar
This commit is contained in:
parent
52e9613d52
commit
72afc45f5e
6 changed files with 38 additions and 25 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue