Skip to content

Commit

Permalink
GUI: fix an annoyance in sample editor
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed Oct 28, 2023
1 parent 1a44864 commit af8c926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/sampleEdit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ void FurnaceGUI::drawSampleEdit() {
sampleNoteCoarse=i;
coarseChanged=true;
}
if (i==sampleNoteCoarse) ImGui::SetItemDefaultFocus();
}
ImGui::EndCombo();
} else if (ImGui::IsItemHovered()) {
Expand Down

0 comments on commit af8c926

Please sign in to comment.