GUI: change instrument on mobile?

This commit is contained in:
tildearrow 2025-02-19 00:14:21 -05:00
parent 0e0aab88de
commit 5b6721738b
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ static void matchFuzzyTest() {
void FurnaceGUI::drawPalette() {
bool accepted=false;
if (paletteFirstFrame)
if (paletteFirstFrame && !mobileUI)
ImGui::SetKeyboardFocusHere();
int width=ImGui::GetContentRegionAvail().x;

View file

@ -106,7 +106,7 @@ const int mobileButtonActions[32]={
0,
// page 3
0,
GUI_ACTION_CMDPAL_INSTRUMENT_CHANGE,
GUI_ACTION_WINDOW_FIND,
GUI_ACTION_PAT_COLLAPSE_ROWS,
GUI_ACTION_PAT_EXPAND_ROWS,