mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
impr: Automatically re-evaluate pattern when changing provider and code sync is on
Closes #1078
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user