fix: Crash when hex editor view got too small

This commit is contained in:
WerWolv 2024-01-20 10:33:11 +01:00
parent b32055290a
commit a657a23aaa

View file

@ -704,8 +704,8 @@ namespace hex::ui {
ImGui::EndTable();
ImGui::PopStyleVar();
}
ImGui::EndChild();
}
ImGui::EndChild();
m_shouldScrollToSelection = false;
}