revert icon changes

This commit is contained in:
Eknous-P 2023-08-27 10:18:39 +04:00
parent fdd9b598a7
commit 4eda4aeb39
5 changed files with 7 additions and 7 deletions

View file

@ -4334,7 +4334,7 @@ void FurnaceGUI::drawInsEdit() {
}
ImGui::SameLine();
pushDestColor();
if (ImGui::Button(ICON_FA_MINUS "##HWCmdDel")) {
if (ImGui::Button(ICON_FA_TIMES "##HWCmdDel")) {
for (int j=i; j<ins->gb.hwSeqLen-1; j++) {
ins->gb.hwSeq[j].cmd=ins->gb.hwSeq[j+1].cmd;
ins->gb.hwSeq[j].data=ins->gb.hwSeq[j+1].data;