1
0
mirror of synced 2024-09-24 19:48:25 +02:00

fix: Crash when loading files in some cases

This commit is contained in:
WerWolv 2023-06-08 17:02:28 +02:00
parent 903d1fb555
commit a485a0bc3a

View File

@ -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();