mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-17 22:10:12 +00:00
chanosc gradient point remove is red
This commit is contained in:
parent
3dd4f3e7e8
commit
a832adeac5
1 changed files with 2 additions and 0 deletions
|
@ -282,10 +282,12 @@ void FurnaceGUI::drawChanOsc() {
|
|||
updateChanOscGradTex=true;
|
||||
}
|
||||
|
||||
pushDestColor();
|
||||
if (ImGui::Button("Remove")) {
|
||||
removePoint=index;
|
||||
ImGui::CloseCurrentPopup();
|
||||
}
|
||||
popDestColor();
|
||||
|
||||
ImGui::EndPopup();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue