1
0
mirror of synced 2024-09-24 11:38:26 +02:00

fix: Pattern code not being parsed when loaded from project

This commit is contained in:
WerWolv 2024-01-27 17:33:15 +01:00
parent d2a26017d7
commit f0a56b4201

View File

@ -1887,6 +1887,8 @@ namespace hex::plugin::builtin {
if (provider == ImHexApi::Provider::get())
m_textEditor.SetText(sourceCode);
m_hasUnevaluatedChanges = true;
return true;
},
.store = [this](prv::Provider *provider, const std::fs::path &basePath, const Tar &tar) {