Fixed crash when scrolling disassembler options child off screen

This commit is contained in:
WerWolv 2020-11-23 00:12:53 +01:00
parent d752c7434f
commit cea366e135
1 changed files with 1 additions and 1 deletions

View File

@ -211,8 +211,8 @@ namespace hex {
break;
}
ImGui::EndChild();
}
ImGui::EndChild();
ImGui::NewLine();
if (ImGui::Button("Disassemble"))