From 08840f75707d7ecb7d090a8d42237ec7550e1f6d Mon Sep 17 00:00:00 2001 From: prayerie Date: Sun, 8 Mar 2026 14:13:13 +0000 Subject: [PATCH] Skip updateKeyLabels if fx keyboard visible Fixes a minor visual bug that happens when switching instrument in FX mode, which only happens if the key labels have previously been drawn --- arm9/source/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arm9/source/main.cpp b/arm9/source/main.cpp index a6320d4..af34865 100644 --- a/arm9/source/main.cpp +++ b/arm9/source/main.cpp @@ -332,6 +332,8 @@ void drawSampleNumbers(void) void updateKeyLabels(void) { + if (fxkb->is_visible()) return; + kb->hideKeyLabels(); if(lbsamples->is_visible() == true) {