revert icon changes
This commit is contained in:
parent
fdd9b598a7
commit
4eda4aeb39
5 changed files with 7 additions and 7 deletions
|
|
@ -812,7 +812,7 @@ void FurnaceGUI::drawFindReplace() {
|
|||
ImGui::TableNextRow();
|
||||
ImGui::TableNextColumn();
|
||||
pushDestColor();
|
||||
if (ImGui::Button(ICON_FA_TRASH "##DelQuery")) {
|
||||
if (ImGui::Button(ICON_FA_MINUS "##DelQuery")) {
|
||||
eraseIndex=index;
|
||||
}
|
||||
popDestColor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue