GUI: change instrument on mobile?
This commit is contained in:
parent
0e0aab88de
commit
5b6721738b
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue