fix: Pattern source code not being loaded correctly from project files

This commit is contained in:
WerWolv
2022-08-29 13:15:17 +02:00
parent 33a375910a
commit b687eb88f9
2 changed files with 4 additions and 1 deletions

View File

@@ -101,6 +101,8 @@ namespace hex {
tar.write(MetadataPath, metadataContent);
}
ImHexApi::Provider::resetDirty();
return result;
}