GUI: fix a glitch
This commit is contained in:
parent
ffdff26792
commit
de3f73f7e4
2 changed files with 2 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ void FurnaceGUI::drawSampleEdit() {
|
|||
if (ImGui::MenuItem("save raw...")) {
|
||||
doAction(GUI_ACTION_SAMPLE_LIST_SAVE_RAW);
|
||||
}
|
||||
ImGui::EndPopup();
|
||||
}
|
||||
|
||||
ImGui::SameLine();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue