impr: Automatically re-evaluate pattern when changing provider and code sync is on

Closes #1078
This commit is contained in:
WerWolv 2023-05-16 14:45:04 +02:00
parent e28f2dfea1
commit a5b0a8614a
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
});
}