mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
fix: reset display size on render
This commit is contained in:
parent
eb122585d6
commit
4320e6f6b4
4 changed files with 12 additions and 20 deletions
|
|
@ -1,8 +1,7 @@
|
|||
/// Phrase editor.
|
||||
|
||||
pub(crate) use tek_core::*;
|
||||
pub(crate) use tek_core::ratatui::prelude::*;
|
||||
pub(crate) use tek_core::crossterm::event::{KeyCode, KeyModifiers};
|
||||
pub(crate) use tek_core::crossterm::event::KeyCode;
|
||||
pub(crate) use tek_core::midly::{num::u7, live::LiveEvent, MidiMessage};
|
||||
pub(crate) use tek_core::jack::*;
|
||||
pub(crate) use std::sync::{Arc, RwLock};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue