the freeze was the autozoom

This commit is contained in:
🪞👃🪞 2025-01-10 02:20:34 +01:00
parent 08f7a62692
commit 36707fc7eb
4 changed files with 50 additions and 59 deletions

View file

@ -38,7 +38,7 @@ impl Default for MidiEditor {
has_size!(<TuiOut>|self: MidiEditor|&self.size);
render!(TuiOut: (self: MidiEditor) => {
self.autoscroll();
self.autozoom();
//self.autozoom();
Fill::xy(Bsp::b(&self.size, &self.mode))
});
impl TimeRange for MidiEditor {