1
0
mirror of synced 2025-01-18 17:14:13 +01:00

Fixed automatic pattern loading

This commit is contained in:
WerWolv 2020-11-22 23:06:17 +01:00
parent 8d6d959e17
commit b3fffdf530

View File

@ -130,6 +130,7 @@ namespace hex {
this->m_possiblePatternFile = entry.path();
ImGui::OpenPopup("Accept Pattern");
ImGui::SetNextWindowSize(ImVec2(200, 100));
break;
}
}
});