mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-02 10:55:05 +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())) {
|
||||
delGroove=index;
|
||||
}
|
||||
popDestColor();
|
||||
if (ImGui::IsItemHovered()) {
|
||||
ImGui::SetTooltip("remove");
|
||||
}
|
||||
popDestColor();
|
||||
|
||||
index++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue