aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-05-02 20:55:18 -0230
committerSam Anthony <sam@samanthony.xyz>2025-05-02 20:55:18 -0230
commit1aaf198d469a26d8fd4ab24eb3a8260de5fcdfea (patch)
tree2f9c396b10c126ea7b8ec6b63e9b524a88d1ec67 /main.c
parente977059a478178101eda2e6771d52f21b135248c (diff)
downloadvolute-1aaf198d469a26d8fd4ab24eb3a8260de5fcdfea.zip
remove point
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 220abe6..a95a95a 100644
--- a/main.c
+++ b/main.c
@@ -326,6 +326,7 @@ dup_del_row(mu_Context *ctx, UI *ui) {
}
if (mu_button(ctx, "Del")) {
remove_point(ui, i);
+ compute_all(ui);
}
mu_pop_id(ctx);
}