diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-04-30 11:55:10 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-04-30 11:55:10 -0400 |
| commit | 2f425edd957b84d92961d78e8377f12db59cf068 (patch) | |
| tree | a199917ae609fdc7cd048a97020e02832a44b092 /main.c | |
| parent | 48073692989863cef977c2eef6677d866e46fc0d (diff) | |
| download | volute-2f425edd957b84d92961d78e8377f12db59cf068.zip | |
add compressor canvas widget to ui
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |