GUI: fíx accént
This commit is contained in:
parent
6c379d24df
commit
041739c5ce
|
@ -1234,7 +1234,7 @@ void FurnaceGUI::drawSampleEdit() {
|
|||
openSampleCrossFadeOpt=false;
|
||||
ImGui::OpenPopup("SCrossFadeOpt");
|
||||
}
|
||||
if (ImGui::BeginPopupContextItem("SCrossFadeÓpt",ImGuiPopupFlags_MouseButtonLeft)) {
|
||||
if (ImGui::BeginPopupContextItem("SCrossFadeOpt",ImGuiPopupFlags_MouseButtonLeft)) {
|
||||
if (sampleCrossFadeLoopLength>sample->loopStart) sampleCrossFadeLoopLength=sample->loopStart;
|
||||
if (sampleCrossFadeLoopLength>(sample->loopEnd-sample->loopStart)) sampleCrossFadeLoopLength=sample->loopEnd-sample->loopStart;
|
||||
if (ImGui::SliderInt("Number of samples", &sampleCrossFadeLoopLength, 0, 100000)) {
|
||||
|
|
Loading…
Reference in a new issue