bizzle
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
i do not exist 2026-08-19 18:21:42 +03:00
parent e50c4a5eef
commit e6984915e4
22 changed files with 1002 additions and 294 deletions

View file

@ -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;