mirror of https://github.com/WerWolv/ImHex.git
Fixed crash when scrolling disassembler options child off screen
This commit is contained in:
parent
d752c7434f
commit
cea366e135
|
@ -211,8 +211,8 @@ namespace hex {
|
|||
break;
|
||||
}
|
||||
|
||||
ImGui::EndChild();
|
||||
}
|
||||
ImGui::EndChild();
|
||||
|
||||
ImGui::NewLine();
|
||||
if (ImGui::Button("Disassemble"))
|
||||
|
|
Loading…
Reference in New Issue