mirror of https://github.com/WerWolv/ImHex.git
fix: Pattern code not being parsed when loaded from project
This commit is contained in:
parent
d2a26017d7
commit
f0a56b4201
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue