aboutsummaryrefslogtreecommitdiffstats
path: root/src/drawing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drawing.c')
-rw-r--r--src/drawing.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drawing.c b/src/drawing.c
index 3aa5de8..a432285 100644
--- a/src/drawing.c
+++ b/src/drawing.c
@@ -267,6 +267,9 @@ draw_bank_buttons() {
267 if (i == current_bank) { 267 if (i == current_bank) {
268 color = COL_FG; 268 color = COL_FG;
269 } 269 }
270 if (i == next_bank && current_bank != next_bank) {
271 color = COL_ACC_0;
272 }
270 u8 x0 = x + x_offset[i]; 273 u8 x0 = x + x_offset[i];
271 u8 x1 = x + x_offset[i] + BANK_W; 274 u8 x1 = x + x_offset[i] + BANK_W;
272 u8 y0 = y + y_offset[i]; 275 u8 y0 = y + y_offset[i];