mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-08-28 12:56:57 +02:00
parent
5357e83245
commit
8de62463c0
5 changed files with 37 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue