fix: Crash when loading files in some cases
This commit is contained in:
parent
903d1fb555
commit
a485a0bc3a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user