GUI: fix values button working as notes

This commit is contained in:
tildearrow 2022-05-05 13:23:06 -05:00
parent 9915fc0c8f
commit 9a2938ff3e
2 changed files with 10 additions and 4 deletions

View file

@ -2091,7 +2091,7 @@ void FurnaceGUI::editOptions(bool topMenu) {
}
ImGui::SameLine();
if (ImGui::Button("Values")) {
doTranspose(transposeAmount,opMaskTransposeNote);
doTranspose(transposeAmount,opMaskTransposeValue);
ImGui::CloseCurrentPopup();
}