ux: Improved dropped file loading; Added magic db loading

This commit is contained in:
WerWolv
2021-09-30 12:29:03 +02:00
parent 194bc3e5be
commit d3e3de3fa2
7 changed files with 31 additions and 6 deletions

View File

@@ -85,6 +85,8 @@ namespace hex {
ProjectFile::s_hasUnsavedChanged = false;
ProjectFile::s_currProjectFilePath = filePath;
EventManager::post<EventProjectFileLoad>();
return true;
}