reenable showing editor, this time its correctly aligned

This commit is contained in:
🪞👃🪞 2025-01-25 12:26:58 +01:00
parent 2ef668ef0b
commit 451b33b9bc

View file

@ -339,7 +339,10 @@ impl Tek {
let clip = scene.clips[t].clone();
let icon = "";
let name = clip.map(|c|c.read().unwrap().name.clone());
Align::nw(Tui::fg(fg, Bsp::e(icon, Bsp::e(Tui::bold(true, name), " "))))
Bsp::a(
Fill::xy(Align::nw(Tui::fg(fg, Bsp::e(icon, Bsp::e(Tui::bold(true, name), " "))))),
When(active, &self.editor)
)
};
map_south(y1 as u16, height, Fixed::y(height, Phat {
width: 0,