GUI: fix Game Boy ins edit crashes

This commit is contained in:
tildearrow 2022-08-11 14:27:33 -05:00
parent 00ae5b4142
commit b156336216

View file

@ -3173,10 +3173,9 @@ void FurnaceGUI::drawInsEdit() {
ins->gb.hwSeqLen++; ins->gb.hwSeqLen++;
} }
} }
ImGui::EndChild();
ImGui::EndDisabled();
} }
ImGui::EndChild();
ImGui::EndDisabled();
ImGui::EndTabItem(); ImGui::EndTabItem();
} }
if (ins->type==DIV_INS_C64) if (ImGui::BeginTabItem("C64")) { if (ins->type==DIV_INS_C64) if (ImGui::BeginTabItem("C64")) {