mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-25 05:58:49 -06:00
fix: Auto evaluate pattern code not working
This commit is contained in:
@@ -741,6 +741,8 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
|
||||
void ViewPatternEditor::parsePattern(const std::string &code) {
|
||||
this->m_runningParsers++;
|
||||
|
||||
auto ast = this->m_parserRuntime->parseString(code);
|
||||
|
||||
this->m_patternVariables.clear();
|
||||
|
||||
Reference in New Issue
Block a user