From 6fa746f04d00f7b44d76ee0ad1019929e500f334 Mon Sep 17 00:00:00 2001 From: Eknous-P Date: Sat, 26 Aug 2023 16:30:17 +0400 Subject: [PATCH] uncolor grooves remove tooltip --- src/gui/grooves.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/grooves.cpp b/src/gui/grooves.cpp index 65ab6d016..4c739785f 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++; }