diff --git a/src/gui/chanOsc.cpp b/src/gui/chanOsc.cpp index 5ca97f479..58f15d1f5 100644 --- a/src/gui/chanOsc.cpp +++ b/src/gui/chanOsc.cpp @@ -282,10 +282,12 @@ void FurnaceGUI::drawChanOsc() { updateChanOscGradTex=true; } + pushDestColor(); if (ImGui::Button("Remove")) { removePoint=index; ImGui::CloseCurrentPopup(); } + popDestColor(); ImGui::EndPopup(); }