aboutsummaryrefslogtreecommitdiffstats
path: root/src/drawing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drawing.c')
-rw-r--r--src/drawing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drawing.c b/src/drawing.c
index 97435ad..8226d62 100644
--- a/src/drawing.c
+++ b/src/drawing.c
@@ -1735,7 +1735,7 @@ draw_notif_bar() {
1735 input_handler == handle_param_selection_noise) { 1735 input_handler == handle_param_selection_noise) {
1736 txt_drawf_small("L/R:ADJUST SELECT:COPY", x0 + 2, y0 + 1, color); 1736 txt_drawf_small("L/R:ADJUST SELECT:COPY", x0 + 2, y0 + 1, color);
1737 } else if (input_handler == handle_pattern_selection) { 1737 } else if (input_handler == handle_pattern_selection) {
1738 txt_drawf_small("L/R:CHAIN A:PARAMS B:QUEUE SEL+L/R:CLEAR", x0 + 2, y0 + 1, color); 1738 txt_drawf_small("L/R:CHAIN A:PARAMS B:QUEUE SEL+L+R:CLEAR", x0 + 2, y0 + 1, color);
1739 } else if (input_handler == handle_pattern_chain) { 1739 } else if (input_handler == handle_pattern_chain) {
1740 switch (param_selection_loc) { 1740 switch (param_selection_loc) {
1741 case CHAIN_BTN_ENABLE: { 1741 case CHAIN_BTN_ENABLE: {