aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 4a4f265..3012d9b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -147,6 +147,14 @@ update(void) {
147 if (next_scene != scene) { 147 if (next_scene != scene) {
148 scene = next_scene; 148 scene = next_scene;
149 clear_screen = true; 149 clear_screen = true;
150 redraw_trigs = true;
151 redraw_channels = true;
152 redraw_pattern_buttons = true;
153 redraw_bank_buttons = true;
154 redraw_bpm = true;
155 redraw_play_pause = true;
156 redraw_piano_note = true;
157 redraw_params = true;
150 } 158 }
151 last_trig_loc = trig_selection_loc; 159 last_trig_loc = trig_selection_loc;
152 last_channel_loc = channel_selection_loc; 160 last_channel_loc = channel_selection_loc;