chanosc gradient point remove is red

This commit is contained in:
Eknous-P 2023-08-26 13:35:26 +04:00
parent 3dd4f3e7e8
commit a832adeac5

View file

@ -282,10 +282,12 @@ void FurnaceGUI::drawChanOsc() {
updateChanOscGradTex=true; updateChanOscGradTex=true;
} }
pushDestColor();
if (ImGui::Button("Remove")) { if (ImGui::Button("Remove")) {
removePoint=index; removePoint=index;
ImGui::CloseCurrentPopup(); ImGui::CloseCurrentPopup();
} }
popDestColor();
ImGui::EndPopup(); ImGui::EndPopup();
} }