thunk -> draw
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
i do not exist 2026-08-03 09:41:07 +03:00
parent 5357e83245
commit 8de62463c0
5 changed files with 37 additions and 29 deletions

View file

@ -141,7 +141,7 @@ impl ApplicationHandler for LV2PluginUI {
}
impl Draw<Tui> for Lv2 {
fn draw(self, to: &mut Tui) {
fn draw (&self, to: &mut Tui) {
let area = to.area();
let XYWH(x, y, _, height) = area;
let mut width = 20u16;