From 1e666da666081bece2c244c2297d08801add3103 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sat, 15 Jul 2023 22:16:00 +0200 Subject: Add cursors and fully functioning chain workflow --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 2f073c7..2cda769 100644 --- a/src/main.c +++ b/src/main.c @@ -94,8 +94,8 @@ render_sequencer(void) { redraw_params = false; } - if (input_handler == handle_pattern_selection){ - // TODO: redraw_params in pattern_selection context? + if (input_handler == handle_pattern_selection || + input_handler == handle_pattern_chain){ draw_pattern_chain(); } -- cgit v1.2.1