wip: big flat pt.10, down to 33

This commit is contained in:
🪞👃🪞 2024-12-30 20:51:16 +01:00
parent d01aa7481b
commit a0175dabc8
17 changed files with 6 additions and 1362 deletions

View file

@ -131,7 +131,7 @@ pub trait PhraseViewMode: Render<Tui> + HasSize<Tui> + MidiRange + MidiPoint + D
}
impl Content<Tui> for Box<dyn PhraseViewMode> {
fn content (&self) -> impl Render<Tui> {
fn content (&self) -> Option<impl Render<Tui>> {
Some(&(*self))
}
}