mirror of https://github.com/WerWolv/ImHex.git
impr: Automatically re-evaluate pattern when changing provider and code sync is on
Closes #1078
This commit is contained in:
parent
e28f2dfea1
commit
a5b0a8614a
|
@ -801,6 +801,8 @@ namespace hex::plugin::builtin {
|
|||
this->m_textEditor.SetText(wolv::util::trim(this->m_sourceCode.get(newProvider)));
|
||||
else
|
||||
this->m_textEditor.SetText("");
|
||||
} else {
|
||||
this->m_hasUnevaluatedChanges = true;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue