From 2f425edd957b84d92961d78e8377f12db59cf068 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 30 Apr 2025 11:55:10 -0400 Subject: add compressor canvas widget to ui --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 93673c3..a869d57 100644 --- a/main.c +++ b/main.c @@ -415,7 +415,7 @@ comp_img(mu_Context *ctx, UI *ui) { mu_layout_set_next(ctx, img, 0); - w_image(ctx, &ui->comp_img); + w_canvas(ctx, &ui->comp_img); } static void -- cgit v1.2.3