mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
Fixed crash when scrolling disassembler options child off screen
This commit is contained in:
@@ -211,8 +211,8 @@ namespace hex {
|
||||
break;
|
||||
}
|
||||
|
||||
ImGui::EndChild();
|
||||
}
|
||||
ImGui::EndChild();
|
||||
|
||||
ImGui::NewLine();
|
||||
if (ImGui::Button("Disassemble"))
|
||||
|
||||
Reference in New Issue
Block a user