mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
GUI: fix an annoyance in sample editor
This commit is contained in:
parent
1a448649b6
commit
af8c926c8a
1 changed files with 1 additions and 0 deletions
|
@ -572,6 +572,7 @@ void FurnaceGUI::drawSampleEdit() {
|
||||||
sampleNoteCoarse=i;
|
sampleNoteCoarse=i;
|
||||||
coarseChanged=true;
|
coarseChanged=true;
|
||||||
}
|
}
|
||||||
|
if (i==sampleNoteCoarse) ImGui::SetItemDefaultFocus();
|
||||||
}
|
}
|
||||||
ImGui::EndCombo();
|
ImGui::EndCombo();
|
||||||
} else if (ImGui::IsItemHovered()) {
|
} else if (ImGui::IsItemHovered()) {
|
||||||
|
|
Loading…
Reference in a new issue