diff --git a/src/gui/grooves.cpp b/src/gui/grooves.cpp index 65ab6d01..4c739785 100644 --- a/src/gui/grooves.cpp +++ b/src/gui/grooves.cpp @@ -127,10 +127,10 @@ void FurnaceGUI::drawGrooves() { if (ImGui::Button(grooveID.c_str())) { delGroove=index; } + popDestColor(); if (ImGui::IsItemHovered()) { ImGui::SetTooltip("remove"); } - popDestColor(); index++; }