mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
tengri 0.5.2: specify Map types/lifetimes
This commit is contained in:
parent
9c95ca9613
commit
d83be2ef1f
8 changed files with 36 additions and 35 deletions
|
|
@ -48,7 +48,7 @@ impl<'a> Content<TuiOut> for ArrangerView<'a> {
|
|||
let bg = |x|Tui::bg(Reset, x);
|
||||
let track_scroll = |x|Bsp::s(&self.track_scroll, x);
|
||||
let scene_scroll = |x|Bsp::e(&self.scene_scroll, x);
|
||||
ins(tracks(outs(bg(track_scroll(scene_scroll(self.scenes()))))))
|
||||
ins(scene_scroll(track_scroll(tracks(outs(bg(self.scenes()))))))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue