mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-08-28 12:56:57 +02:00
parent
e50c4a5eef
commit
e6984915e4
22 changed files with 1002 additions and 294 deletions
|
|
@ -140,7 +140,7 @@ impl ApplicationHandler for LV2PluginUI {
|
|||
}
|
||||
}
|
||||
|
||||
impl Draw<Tui> for Lv2 {
|
||||
impl Draw<'_, Tui> for Lv2 {
|
||||
fn draw (&self, to: &mut Tui) {
|
||||
let area = to.area();
|
||||
let XYWH(x, y, _, height) = area;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue