mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
fix: Crash when loading files in some cases
This commit is contained in:
@@ -168,6 +168,8 @@ namespace hex::plugin::builtin::recent {
|
||||
ImGui::TableNextColumn();
|
||||
ImGui::UnderlinedText(s_recentEntries.empty() ? "" : "hex.builtin.welcome.start.recent"_lang);
|
||||
ImGui::SetCursorPosY(ImGui::GetCursorPosY() + 5_scaled);
|
||||
ImGui::Dummy({0, 0});
|
||||
ImGui::SameLine(0, 0);
|
||||
{
|
||||
if (!s_recentEntriesUpdating) {
|
||||
auto it = s_recentEntries.begin();
|
||||
|
||||
Reference in New Issue
Block a user