uncolor grooves remove tooltip

This commit is contained in:
Eknous-P 2023-08-26 16:30:17 +04:00
parent a6b08b5449
commit 6fa746f04d
1 changed files with 1 additions and 1 deletions

View File

@ -127,10 +127,10 @@ void FurnaceGUI::drawGrooves() {
if (ImGui::Button(grooveID.c_str())) {
delGroove=index;
}
popDestColor();
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("remove");
}
popDestColor();
index++;
}