diff --git a/soh/soh/Enhancements/audio/AudioEditor.cpp b/soh/soh/Enhancements/audio/AudioEditor.cpp index fd24503bb..970685fb5 100644 --- a/soh/soh/Enhancements/audio/AudioEditor.cpp +++ b/soh/soh/Enhancements/audio/AudioEditor.cpp @@ -207,6 +207,10 @@ void Draw_SfxTab(const std::string& tabId, SeqType type) { LUS::Context::GetInstance()->GetWindow()->GetGui()->SaveConsoleVariablesOnNextTick(); UpdateCurrentBGM(defaultValue, type); } + + if (currentValue == value) { + ImGui::SetItemDefaultFocus(); + } } ImGui::EndCombo();