1
0
mirror of synced 2025-02-17 18:59:21 +01:00

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

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