mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-16 07:10:34 -05:00
Update AudioEditor.cpp (#3115)
This commit is contained in:
parent
535157ce00
commit
05dde45a75
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user