aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-30 11:55:10 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-30 11:55:10 -0400
commit2f425edd957b84d92961d78e8377f12db59cf068 (patch)
treea199917ae609fdc7cd048a97020e02832a44b092 /main.c
parent48073692989863cef977c2eef6677d866e46fc0d (diff)
downloadvolute-2f425edd957b84d92961d78e8377f12db59cf068.zip
add compressor canvas widget to ui
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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