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…
x
Reference in New Issue
Block a user