mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56: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
|
|
@ -35,7 +35,7 @@ impl<'a> ArrangerView<'a> {
|
|||
||self.tracks_with_sizes_scrolled(),
|
||||
move|track_index, track|Map::new(
|
||||
||self.scenes_with_track_colors(),
|
||||
move|(scene_index, scene, y1, y2, prev_scene): SceneWithColor, _|
|
||||
move|(scene_index, scene, y1, y2, prev_scene): SceneWithColor<'a>, _|
|
||||
view_scene_clip(
|
||||
self.width_mid,
|
||||
(1 + y2 - y1) as u16,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue