mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 23:13:01 +00:00
uncolor grooves remove tooltip
This commit is contained in:
parent
a6b08b5449
commit
6fa746f04d
1 changed files with 1 additions and 1 deletions
|
@ -127,10 +127,10 @@ void FurnaceGUI::drawGrooves() {
|
||||||
if (ImGui::Button(grooveID.c_str())) {
|
if (ImGui::Button(grooveID.c_str())) {
|
||||||
delGroove=index;
|
delGroove=index;
|
||||||
}
|
}
|
||||||
|
popDestColor();
|
||||||
if (ImGui::IsItemHovered()) {
|
if (ImGui::IsItemHovered()) {
|
||||||
ImGui::SetTooltip("remove");
|
ImGui::SetTooltip("remove");
|
||||||
}
|
}
|
||||||
popDestColor();
|
|
||||||
|
|
||||||
index++;
|
index++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue