mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 08:20:02 -05:00
fix: Crash when hex editor view got too small
This commit is contained in:
@@ -704,8 +704,8 @@ namespace hex::ui {
|
||||
ImGui::EndTable();
|
||||
ImGui::PopStyleVar();
|
||||
}
|
||||
ImGui::EndChild();
|
||||
}
|
||||
ImGui::EndChild();
|
||||
|
||||
m_shouldScrollToSelection = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user