mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 13:16:44 +01:00
the freeze was the autozoom
This commit is contained in:
parent
08f7a62692
commit
36707fc7eb
4 changed files with 50 additions and 59 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue