mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
starting to look very much like something
This commit is contained in:
parent
f1f5ac63e1
commit
29b2789be6
7 changed files with 94 additions and 51 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue