starting to look very much like something

This commit is contained in:
🪞👃🪞 2025-05-17 17:59:43 +03:00
parent f1f5ac63e1
commit 29b2789be6
7 changed files with 94 additions and 51 deletions

View file

@ -49,6 +49,9 @@ impl HasSceneScroll for App {
fn scene_scroll (&self) -> usize { self.project.scene_scroll() }
}
has_clips!(|self: App|self.pool.clips);
impl HasClipsSize for App {
fn clips_size (&self) -> &Measure<TuiOut> { &self.project.inner_size }
}
//has_editor!(|self: App|{
//editor = self.editor;
//editor_w = {