revert icon changes
This commit is contained in:
parent
fdd9b598a7
commit
4eda4aeb39
5 changed files with 7 additions and 7 deletions
|
|
@ -123,7 +123,7 @@ void FurnaceGUI::drawGrooves() {
|
|||
|
||||
ImGui::TableNextColumn();
|
||||
pushDestColor();
|
||||
String grooveID=fmt::sprintf(ICON_FA_MINUS "##GRR%d",index);
|
||||
String grooveID=fmt::sprintf(ICON_FA_TIMES "##GRR%d",index);
|
||||
if (ImGui::Button(grooveID.c_str())) {
|
||||
delGroove=index;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue