GUI: change instrument on mobile?
This commit is contained in:
parent
0e0aab88de
commit
5b6721738b
|
@ -146,7 +146,7 @@ static void matchFuzzyTest() {
|
||||||
void FurnaceGUI::drawPalette() {
|
void FurnaceGUI::drawPalette() {
|
||||||
bool accepted=false;
|
bool accepted=false;
|
||||||
|
|
||||||
if (paletteFirstFrame)
|
if (paletteFirstFrame && !mobileUI)
|
||||||
ImGui::SetKeyboardFocusHere();
|
ImGui::SetKeyboardFocusHere();
|
||||||
|
|
||||||
int width=ImGui::GetContentRegionAvail().x;
|
int width=ImGui::GetContentRegionAvail().x;
|
||||||
|
|
|
@ -106,7 +106,7 @@ const int mobileButtonActions[32]={
|
||||||
0,
|
0,
|
||||||
|
|
||||||
// page 3
|
// page 3
|
||||||
0,
|
GUI_ACTION_CMDPAL_INSTRUMENT_CHANGE,
|
||||||
GUI_ACTION_WINDOW_FIND,
|
GUI_ACTION_WINDOW_FIND,
|
||||||
GUI_ACTION_PAT_COLLAPSE_ROWS,
|
GUI_ACTION_PAT_COLLAPSE_ROWS,
|
||||||
GUI_ACTION_PAT_EXPAND_ROWS,
|
GUI_ACTION_PAT_EXPAND_ROWS,
|
||||||
|
|
Loading…
Reference in a new issue